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