diff --git a/vc/defaultconfig/SubWCRev.bat b/vc/defaultconfig/SubWCRev.bat index 370eaddc..60a868d2 100644 --- a/vc/defaultconfig/SubWCRev.bat +++ b/vc/defaultconfig/SubWCRev.bat @@ -1,4 +1,4 @@ -defaultconfig\SubWCRev.exe ..\.. ".\defaultconfig\svnrev_template.h" ".\userconfig\svnrev.h" -IF NOT EXIST defaultconfig\makedownload exit 0 -defaultconfig\SubWCWeb.exe ..\.. "..\..\web\download.html" ".\userconfig\download.html" +SubWCRev.exe ..\.. "svnrev_template.h" "..\userconfig\svnrev.h" +IF NOT EXIST makedownload exit 0 +SubWCWeb.exe ..\.. "..\..\..\web\download.html" "..\userconfig\download.html" exit 0 \ No newline at end of file diff --git a/vc/upload.bat b/vc/upload.bat index 6ffbeb1e..d864279e 100644 --- a/vc/upload.bat +++ b/vc/upload.bat @@ -1,5 +1,5 @@ -pscp -pw %1 fceux.zip fceux@fceux.com:/home/fceux/fceux.com/zip/fceux.zip 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 -pscp -pw %1 .\userconfig\download.html fceux@fceux.com:home/fceux/fceux.com/web/download.html +pscp -pw %1 .\userconfig\download.html fceux@fceux.com:fceux.com/web/download.html :end \ No newline at end of file