diff --git a/vc8/archive.bat b/vc8/archive.bat index f744b356..70decc27 100644 --- a/vc8/archive.bat +++ b/vc8/archive.bat @@ -1,2 +1,3 @@ cd ..\output -..\vc8\zip -X -9 -r ..\vc8\fceux.zip fceux.exe fceux.chm 7zxa.dll palettes \ No newline at end of file +..\vc8\zip -X -9 -r ..\vc8\fceux.zip fceux.exe fceux.chm 7zxa.dll palettes +cd ..\vc8 \ No newline at end of file diff --git a/vc8/deploy.bat b/vc8/deploy.bat new file mode 100644 index 00000000..7b595f2f --- /dev/null +++ b/vc8/deploy.bat @@ -0,0 +1,2 @@ +call archive.bat +call upload.bat \ No newline at end of file diff --git a/vc8/pscp.exe b/vc8/pscp.exe new file mode 100644 index 00000000..10a70f3b Binary files /dev/null and b/vc8/pscp.exe differ diff --git a/vc8/upload.bat b/vc8/upload.bat new file mode 100644 index 00000000..25448ddd --- /dev/null +++ b/vc8/upload.bat @@ -0,0 +1 @@ +pscp -pw zzzap333 fceux.zip fceux@www.pi-r-squared.com:web/zip/fceux.zip \ No newline at end of file