From 4659c2b2cbc23b91bde637418f72744a7441ddb0 Mon Sep 17 00:00:00 2001 From: ansstuff Date: Wed, 25 Jul 2012 13:37:24 +0000 Subject: [PATCH] Updated SVN link and fixed paths in BATs [[Split portion of a mixed commit.]] --- vc/defaultconfig/SubWCRev.bat | 6 +++--- vc/upload.bat | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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