chore: change installer name
This commit is contained in:
parent
c02ac8c634
commit
3a21005609
@ -4,7 +4,7 @@ cd /D "%~dp0"
|
|||||||
|
|
||||||
if not exist "build" mkdir "build"
|
if not exist "build" mkdir "build"
|
||||||
|
|
||||||
"tools\makensis.exe" "iw7_Installer.nsi"
|
"tools\makensis.exe" "iw7-installer.nsi"
|
||||||
|
|
||||||
if %ERRORLEVEL% neq 0 (
|
if %ERRORLEVEL% neq 0 (
|
||||||
echo.s
|
echo.s
|
||||||
|
@ -20,7 +20,7 @@ SetCompressorDictSize 64
|
|||||||
|
|
||||||
; Attributes
|
; Attributes
|
||||||
Name "${PRODUCT_NAME}"
|
Name "${PRODUCT_NAME}"
|
||||||
OutFile "build\iw7Installer.exe"
|
OutFile "build\iw7-installer.exe"
|
||||||
InstallDir "$EXEDIR"
|
InstallDir "$EXEDIR"
|
||||||
RequestExecutionLevel user ; Request user-level execution, not admin
|
RequestExecutionLevel user ; Request user-level execution, not admin
|
||||||
|
|
||||||
@ -155,7 +155,7 @@ SectionEnd
|
|||||||
|
|
||||||
Section "Batch Files" SecBatchData
|
Section "Batch Files" SecBatchData
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
File "..\cfg\!launch_iw7_mod.bat"
|
File "..\cfg\!start_client.bat"
|
||||||
File "..\cfg\!start_mp_server.bat"
|
File "..\cfg\!start_mp_server.bat"
|
||||||
File "..\cfg\!start_zm_server.bat"
|
File "..\cfg\!start_zm_server.bat"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
@ -194,7 +194,7 @@ Section "Uninstall"
|
|||||||
Delete $INSTDIR\tlsdll.dll
|
Delete $INSTDIR\tlsdll.dll
|
||||||
Delete $INSTDIR\main\server_mp.cfg
|
Delete $INSTDIR\main\server_mp.cfg
|
||||||
Delete $INSTDIR\main\server_zm.cfg
|
Delete $INSTDIR\main\server_zm.cfg
|
||||||
Delete "$INSTDIR\!launch_iw7_mod.bat"
|
Delete "$INSTDIR\!start_client.bat"
|
||||||
Delete "$INSTDIR\!start_mp_server.bat"
|
Delete "$INSTDIR\!start_mp_server.bat"
|
||||||
Delete "$INSTDIR\!start_zm_server.bat"
|
Delete "$INSTDIR\!start_zm_server.bat"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user