From 60f27ccf44b525387dd106fe82f2fd43384aeb11 Mon Sep 17 00:00:00 2001 From: zeromus Date: Sat, 2 Aug 2008 17:33:23 +0000 Subject: [PATCH] remove the password from the windows deploy scripts. and to the aspiring hax0rs: i changed it on the server as well. --- vc8/deploy.bat | 2 +- vc8/upload.bat | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vc8/deploy.bat b/vc8/deploy.bat index 7b595f2f..96175153 100644 --- a/vc8/deploy.bat +++ b/vc8/deploy.bat @@ -1,2 +1,2 @@ call archive.bat -call upload.bat \ No newline at end of file +call upload.bat %1 \ No newline at end of file diff --git a/vc8/upload.bat b/vc8/upload.bat index cc7fa8d6..f8d69cb8 100644 --- a/vc8/upload.bat +++ b/vc8/upload.bat @@ -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 \ No newline at end of file +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 \ No newline at end of file