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"