Updated SVN link and fixed paths in BATs

[[Split portion of a mixed commit.]]
This commit is contained in:
ansstuff 2012-07-25 13:37:24 +00:00
parent e5c10de5c9
commit 4659c2b2cb
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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