remove the password from the windows deploy scripts. and to the aspiring hax0rs: i changed it on the server as well.

This commit is contained in:
zeromus 2008-08-02 17:33:23 +00:00
parent fd1b6cf482
commit 60f27ccf44
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
call archive.bat
call upload.bat
call upload.bat %1

View File

@ -1,2 +1,2 @@
pscp -pw zzzap333 fceux.zip fceux@www.pi-r-squared.com:web/zip/fceux.zip
pscp -pw zzzap333 luapack.zip fceux@www.pi-r-squared.com:web/luapack/luapack.zip
pscp -pw %1 fceux.zip fceux@www.pi-r-squared.com:web/zip/fceux.zip
pscp -pw %1 luapack.zip fceux@www.pi-r-squared.com:web/luapack/luapack.zip