summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2020-09-03 19:09:43 +0200
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2020-09-03 19:09:43 +0200
commit93bb14c87716f4982c6805d6a5598f0618c3ceba (patch)
tree951ef08f6d566c98b2b9c2f2f753dc53c49d6d69
parentfa330c109dcf3399b5fdc27b188c0bafbb6e6016 (diff)
downloadrockbox-93bb14c87716f4982c6805d6a5598f0618c3ceba.tar.gz
rockbox-93bb14c87716f4982c6805d6a5598f0618c3ceba.zip
themeeditor: Make NSIS script work with mxe.
Change-Id: I592a28f64f88c4ec0d1c4f45aeb8148ac2bc7d9b
-rw-r--r--utils/themeeditor/themeeditor.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/themeeditor.nsi b/utils/themeeditor/themeeditor.nsi
index 4acc01381b..445ed8ad21 100644
--- a/utils/themeeditor/themeeditor.nsi
+++ b/utils/themeeditor/themeeditor.nsi
@@ -88,7 +88,7 @@ SectionEnd
88Section "Download Fonts Package" SecFontsPackage 88Section "Download Fonts Package" SecFontsPackage
89 SetOutPath "$INSTDIR" 89 SetOutPath "$INSTDIR"
90 NSISdl::download http://download.rockbox.org/daily/fonts/rockbox-fonts.zip "$INSTDIR\rockbox-fonts.zip" 90 NSISdl::download http://download.rockbox.org/daily/fonts/rockbox-fonts.zip "$INSTDIR\rockbox-fonts.zip"
91 ZipDLL::extractall "$INSTDIR\rockbox-fonts.zip" "$INSTDIR" <ALL> 91 ZipDLL::extractall "$INSTDIR\rockbox-fonts.zip" "$INSTDIR" "<ALL>"
92 ; the fonts package uses the Rockbox folder structure. Move all fonts into a 92 ; the fonts package uses the Rockbox folder structure. Move all fonts into a
93 ; flat directory instead. 93 ; flat directory instead.
94 Rename "$INSTDIR\.rockbox\fonts" "$INSTDIR\fonts" 94 Rename "$INSTDIR\.rockbox\fonts" "$INSTDIR\fonts"