diff --git a/Installer/WindowsFrotz.nsh b/Installer/WindowsFrotz.nsh index 7aef13e..343769d 100644 --- a/Installer/WindowsFrotz.nsh +++ b/Installer/WindowsFrotz.nsh @@ -1 +1 @@ -!define FROTZ_VERSION 1.21 +!define FROTZ_VERSION 1.22 diff --git a/Installer/WindowsFrotz.nsi b/Installer/WindowsFrotz.nsi index 73c0b5a..f1e8c39 100644 --- a/Installer/WindowsFrotz.nsi +++ b/Installer/WindowsFrotz.nsi @@ -6,6 +6,8 @@ Name "Windows Frotz" Caption "Windows Frotz ${FROTZ_VERSION} Setup" BrandingText "NullSoft Install System" +Unicode true +ManifestDPIAware true SetCompressor /SOLID lzma RequestExecutionLevel admin @@ -37,7 +39,6 @@ Section "DoInstall" SetOutPath "$INSTDIR" File "..\Win\Release\Frotz.exe" - File "..\Win\Release\ScaleGfx.dll" File "..\Win\Release\FrotzDeutsch.dll" File "..\Win\Release\FrotzEspañol.dll" File "..\Win\Release\FrotzFrançais.dll" @@ -134,7 +135,6 @@ Section "Uninstall" RMDir /r "$INSTDIR\Examples" Delete "$INSTDIR\Frotz.exe" - Delete "$INSTDIR\ScaleGfx.dll" Delete "$INSTDIR\FrotzDeutsch.dll" Delete "$INSTDIR\FrotzEspañol.dll" Delete "$INSTDIR\FrotzFrançais.dll" diff --git a/MakeDist.bat b/MakeDist.bat index e3472c7..0555072 100644 --- a/MakeDist.bat +++ b/MakeDist.bat @@ -11,9 +11,6 @@ pushd \Programs "%ProgramFiles(x86)%\Zip\zip" \Temp\WindowsFrotzSrc.zip Libraries\libmodplug\* "%ProgramFiles(x86)%\Zip\zip" \Temp\WindowsFrotzSrc.zip Libraries\mfc\* "%ProgramFiles(x86)%\Zip\zip" \Temp\WindowsFrotzSrc.zip Libraries\ScaleGfx\*.h -"%ProgramFiles(x86)%\Zip\zip" \Temp\WindowsFrotzSrc.zip Libraries\ScaleGfx\*.cpp -"%ProgramFiles(x86)%\Zip\zip" \Temp\WindowsFrotzSrc.zip Libraries\ScaleGfx\*.def -"%ProgramFiles(x86)%\Zip\zip" \Temp\WindowsFrotzSrc.zip Libraries\ScaleGfx\Makefile popd pushd Installer