fixed BATs responsible for uploading interim builds

This commit is contained in:
ansstuff 2012-10-14 14:37:06 +00:00
parent a0b7c35ada
commit ebc4253036
3 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,2 @@
SubWCRev.exe .. "defaultconfig\svnrev_template.h" "userconfig\svnrev.h"
IF NOT EXIST defaultconfig\makedownload exit 0
SubWCRev.exe .. "..\..\web\download.html" "userconfig\download.html"
exit 0

View File

@ -1,3 +1,2 @@
call SubWCRev.bat
call archive.bat
call upload.bat %1

View File

@ -1,5 +1,6 @@
IF NOT EXIST fceux.zip GOTO end
pscp -pw %1 fceux.zip fceux@fceux.com:/home/fceux/fceux.com/zip/fceux.zip
IF NOT EXIST defaultconfig\makedownload GOTO end
rem IF NOT EXIST defaultconfig\makedownload GOTO end
SubWCRev.exe .. "..\..\web\download.html" "userconfig\download.html"
pscp -pw %1 .\userconfig\download.html fceux@fceux.com:fceux.com/web/download.html
:end