fixes to BuildAndPackage .bat files

This commit is contained in:
adelikat 2015-02-19 02:05:56 +00:00
parent 5cbc68a0b2
commit 822d42048e
3 changed files with 2 additions and 4 deletions

View File

@ -56,4 +56,3 @@ goto END
:MISSINGSVN
@echo missing svn.exe. can't make distro without that.
:END
exit

View File

@ -1,3 +1,2 @@
start fart "..\Version\VersionInfo.cs" "DeveloperBuild = false" "DeveloperBuild = true"
start BuildAndPackage BizHawk-Developer.zip
exit
call BuildAndPackage BizHawk-Developer.zip

View File

@ -1,4 +1,4 @@
start fart "..\Version\VersionInfo.cs" "DeveloperBuild = true" "DeveloperBuild = false"
start BuildAndPackage.bat
call BuildAndPackage.bat
start fart "..\Version\VersionInfo.cs" "DeveloperBuild = false" "DeveloperBuild = true"
exit