fixed BATs responsible for uploading interim builds
This commit is contained in:
parent
a0b7c35ada
commit
ebc4253036
|
@ -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
|
|
@ -1,3 +1,2 @@
|
|||
call SubWCRev.bat
|
||||
call archive.bat
|
||||
call upload.bat %1
|
|
@ -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
|
Loading…
Reference in New Issue