Updated SVN link and fixed paths in BATs
[[Split portion of a mixed commit.]]
This commit is contained in:
parent
e5c10de5c9
commit
4659c2b2cb
|
@ -1,4 +1,4 @@
|
||||||
defaultconfig\SubWCRev.exe ..\.. ".\defaultconfig\svnrev_template.h" ".\userconfig\svnrev.h"
|
SubWCRev.exe ..\.. "svnrev_template.h" "..\userconfig\svnrev.h"
|
||||||
IF NOT EXIST defaultconfig\makedownload exit 0
|
IF NOT EXIST makedownload exit 0
|
||||||
defaultconfig\SubWCWeb.exe ..\.. "..\..\web\download.html" ".\userconfig\download.html"
|
SubWCWeb.exe ..\.. "..\..\..\web\download.html" "..\userconfig\download.html"
|
||||||
exit 0
|
exit 0
|
|
@ -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
|
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
|
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
|
:end
|
Loading…
Reference in New Issue