1
0
Fork 0
forked from len0rd/rockbox

themeeditor: Make NSIS script work with mxe.

Change-Id: I592a28f64f88c4ec0d1c4f45aeb8148ac2bc7d9b
This commit is contained in:
Dominik Riebeling 2020-09-03 19:09:43 +02:00
parent fa330c109d
commit 93bb14c877

View file

@ -88,7 +88,7 @@ SectionEnd
Section "Download Fonts Package" SecFontsPackage
SetOutPath "$INSTDIR"
NSISdl::download http://download.rockbox.org/daily/fonts/rockbox-fonts.zip "$INSTDIR\rockbox-fonts.zip"
ZipDLL::extractall "$INSTDIR\rockbox-fonts.zip" "$INSTDIR" <ALL>
ZipDLL::extractall "$INSTDIR\rockbox-fonts.zip" "$INSTDIR" "<ALL>"
; the fonts package uses the Rockbox folder structure. Move all fonts into a
; flat directory instead.
Rename "$INSTDIR\.rockbox\fonts" "$INSTDIR\fonts"