diff --git a/vc/SubWCRev.bat b/vc/SubWCRev.bat index 6dd26582..aa25c877 100644 --- a/vc/SubWCRev.bat +++ b/vc/SubWCRev.bat @@ -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 \ No newline at end of file diff --git a/vc/deploy.bat b/vc/deploy.bat index 89c9e2c5..96175153 100644 --- a/vc/deploy.bat +++ b/vc/deploy.bat @@ -1,3 +1,2 @@ -call SubWCRev.bat call archive.bat call upload.bat %1 \ No newline at end of file diff --git a/vc/upload.bat b/vc/upload.bat index d864279e..3b52eed1 100644 --- a/vc/upload.bat +++ b/vc/upload.bat @@ -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 \ No newline at end of file