forked from len0rd/rockbox
themeeditor: Make NSIS script work with mxe.
Change-Id: I592a28f64f88c4ec0d1c4f45aeb8148ac2bc7d9b
This commit is contained in:
parent
fa330c109d
commit
93bb14c877
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue