Skip to content

Commit

Permalink
Update installer
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kinder committed Feb 9, 2021
1 parent 9d76663 commit 68cb8bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Installer/WindowsFrotz.nsh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
!define FROTZ_VERSION 1.21
!define FROTZ_VERSION 1.22
4 changes: 2 additions & 2 deletions Installer/WindowsFrotz.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
3 changes: 0 additions & 3 deletions MakeDist.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68cb8bf

Please sign in to comment.