Change patch output directory.

This commit is contained in:
Nick Blakely 2020-08-11 01:38:49 -07:00
parent d4df4e42e0
commit 957848dad2
3 changed files with 5 additions and 2 deletions

1
.gitignore vendored
View File

@ -343,4 +343,5 @@ healthchecksdb
#GPatch
GPatch/Files
GPatch/Output
GPatch/Launcher/*.exe

View File

@ -91,7 +91,7 @@
Goto NoDotNET${FrameworkVersion}
${Else}
DetailPrint ".NET Framework $dotNetReadableVersion${FrameworkVersion} found, no need to install."
Goto NoDotNET${FrameworkVersion}
Goto NewDotNET${FrameworkVersion}
${EndIf}
NoDotNET${FrameworkVersion}:

View File

@ -42,7 +42,7 @@ SetCompressor /SOLID lzma
; MUI end ------
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
OutFile "GPatch1_498_177_0.exe"
OutFile "Output\GPatch1_498_177_0.exe"
InstallDir "$PROGRAMFILES\Giants\"
InstallDirRegKey HKCU "SOFTWARE\PlanetMoon\Giants" "DestDir"
ShowInstDetails hide
@ -72,7 +72,9 @@ Section
Delete $INSTDIR\bin\Shaders\*.*
Delete $INSTDIR\gg_dx7r.dll
Delete $INSTDIR\gg_dx8r.dll
Delete $INSTDIR\gg_dx9r.dll
Delete $INSTDIR\Giants.exe
Delete $INSTDIR\GiantsMain.exe
Delete $INSTDIR\*.vso
Delete $INSTDIR\*.pso