MakeRelease.bat - turn off DeveloperBuild flag before compiling, and set it back afterward
This commit is contained in:
parent
18987d001d
commit
9b8cd47a0c
|
@ -1,6 +1,8 @@
|
|||
svn --version > NUL
|
||||
@if errorlevel 1 goto MISSINGSVN
|
||||
|
||||
fart "..\Version\VersionInfo.cs" "DeveloperBuild = true" "DeveloperBuild = false"
|
||||
|
||||
call msbuild.exe ..\BizHawk.sln /p:Configuration=Release /p:Platform="x86" /t:rebuild
|
||||
|
||||
rmdir /s /q temp
|
||||
|
@ -34,6 +36,7 @@ upx -d *.exe
|
|||
cd ..
|
||||
|
||||
rmdir /s /q temp
|
||||
fart "..\Version\VersionInfo.cs" "DeveloperBuild = false" "DeveloperBuild = true"
|
||||
goto END
|
||||
|
||||
:MISSINGSVN
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue