change win32 test build deploy script to reflect new hosting arrangement

This commit is contained in:
zeromus 2012-02-10 19:04:48 +00:00
parent 1883163621
commit 80e27fe681
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
pscp -pw %1 fceux.zip fceux@www.pi-r-squared.com:web/zip/fceux.zip
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 defaultconfig\makedownload GOTO end
pscp -pw %1 .\userconfig\download.html fceux@www.pi-r-squared.com:web/web/download.html
pscp -pw %1 .\userconfig\download.html fceux@fceux.com:home/fceux/fceux.com/web/download.html
:end