mirror of
https://github.com/ncblakely/GiantsTools
synced 2024-11-21 21:55:38 +01:00
Revert "Revert to NSIS 2.46, bump version."
This reverts commit 0052935950
.
This commit is contained in:
parent
6d78a4dc0e
commit
d80541fd4f
@ -1,10 +1,11 @@
|
|||||||
|
Unicode True
|
||||||
SetCompressor /SOLID lzma
|
SetCompressor /SOLID lzma
|
||||||
|
|
||||||
!define PRODUCT_NAME "Giants: Citizen Kabuto"
|
!define PRODUCT_NAME "Giants: Citizen Kabuto"
|
||||||
!define PRODUCT_VERSION "1.498"
|
!define PRODUCT_VERSION "1.498"
|
||||||
|
|
||||||
; MUI 1.67 compatible ------
|
; MUI 1.67 compatible ------
|
||||||
!include "MUI.nsh"
|
!include "MUI2.nsh"
|
||||||
!include "DotNetChecker.nsh"
|
!include "DotNetChecker.nsh"
|
||||||
|
|
||||||
; MUI Settings
|
; MUI Settings
|
||||||
@ -41,7 +42,7 @@ SetCompressor /SOLID lzma
|
|||||||
; MUI end ------
|
; MUI end ------
|
||||||
|
|
||||||
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
|
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
|
||||||
OutFile "Output\GPatch1_498_178_0.exe"
|
OutFile "Output\GPatch1_498_177_0.exe"
|
||||||
InstallDir "$PROGRAMFILES\Giants\"
|
InstallDir "$PROGRAMFILES\Giants\"
|
||||||
InstallDirRegKey HKCU "SOFTWARE\PlanetMoon\Giants" "DestDir"
|
InstallDirRegKey HKCU "SOFTWARE\PlanetMoon\Giants" "DestDir"
|
||||||
ShowInstDetails hide
|
ShowInstDetails hide
|
||||||
@ -88,33 +89,6 @@ Section
|
|||||||
Delete $INSTDIR\bin\mappack1.gzp
|
Delete $INSTDIR\bin\mappack1.gzp
|
||||||
Delete $INSTDIR\bin\A-GRM1.gzp
|
Delete $INSTDIR\bin\A-GRM1.gzp
|
||||||
|
|
||||||
; Remove multiplayer map files that moved to the .gck format
|
|
||||||
Delete $INSTDIR\bin\w_M_3WAY_L1.abx
|
|
||||||
Delete $INSTDIR\bin\w_M_3WAY_L1.bin
|
|
||||||
Delete $INSTDIR\bin\w_M_3WAY_L2.abx
|
|
||||||
Delete $INSTDIR\bin\w_M_3WAY_L2.bin
|
|
||||||
Delete $INSTDIR\bin\w_M_3WAY_L3.abx
|
|
||||||
Delete $INSTDIR\bin\w_M_3WAY_L3.bin
|
|
||||||
Delete $INSTDIR\bin\w_M_3WAY_Lw1.abx
|
|
||||||
Delete $INSTDIR\bin\w_M_3WAY_Lw1.bin
|
|
||||||
Delete $INSTDIR\bin\w_M_Mecc_L1.abx
|
|
||||||
Delete $INSTDIR\bin\w_M_Mecc_L1.bin
|
|
||||||
Delete $INSTDIR\bin\w_M_Mecc_L2.abx
|
|
||||||
Delete $INSTDIR\bin\w_M_Mecc_L2.bin
|
|
||||||
Delete $INSTDIR\bin\w_M_Mecc_L3.abx
|
|
||||||
Delete $INSTDIR\bin\w_M_Mecc_L3.bin
|
|
||||||
Delete $INSTDIR\bin\w_M_Mecc_L6.abx
|
|
||||||
Delete $INSTDIR\bin\w_M_Mecc_L6.bin
|
|
||||||
Delete $INSTDIR\bin\w_M_Mecc_Lw1.abx
|
|
||||||
Delete $INSTDIR\bin\w_M_Mecc_Lw1.bin
|
|
||||||
Delete $INSTDIR\bin\w_M_Reaper_L1.abx
|
|
||||||
Delete $INSTDIR\bin\w_M_Reaper_L1.bin
|
|
||||||
Delete $INSTDIR\bin\w_M_Reaper_L2.abx
|
|
||||||
Delete $INSTDIR\bin\w_M_Reaper_L2.bin
|
|
||||||
Delete $INSTDIR\bin\w_M_Reaper_L3.abx
|
|
||||||
Delete $INSTDIR\bin\w_M_Reaper_L3.bin
|
|
||||||
Delete $INSTDIR\bin\w_M_Reaper_Lw1.abx
|
|
||||||
Delete $INSTDIR\bin\w_M_Reaper_Lw1.bin
|
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user