From 93bb14c87716f4982c6805d6a5598f0618c3ceba Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Thu, 3 Sep 2020 19:09:43 +0200 Subject: themeeditor: Make NSIS script work with mxe. Change-Id: I592a28f64f88c4ec0d1c4f45aeb8148ac2bc7d9b --- utils/themeeditor/themeeditor.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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" + ZipDLL::extractall "$INSTDIR\rockbox-fonts.zip" "$INSTDIR" "" ; the fonts package uses the Rockbox folder structure. Move all fonts into a ; flat directory instead. Rename "$INSTDIR\.rockbox\fonts" "$INSTDIR\fonts" -- cgit v1.2.3