diff --git a/.gitignore b/.gitignore index bd051b0..cc7fe15 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ dkms.conf /bin/ /misc/supermiumman.png /bin.7z +*.zip diff --git a/batchcmp.bat b/batchcmp.bat deleted file mode 100644 index 84a298f..0000000 --- a/batchcmp.bat +++ /dev/null @@ -1,6 +0,0 @@ -del /s "%~dp0\*.7z" -del /s "%~dp0\*.rar" -7z a -r "%~dp0\bin.7z" "%~dp0bin\*.exe" -WinRAR a -r "%~dp0\bin.rar" "%~dp0bin\*.exe" -del /s "%~dp0bin\*.exe" -pause \ No newline at end of file diff --git a/cleanbld.bat b/cleanbld.bat deleted file mode 100644 index 05177dd..0000000 --- a/cleanbld.bat +++ /dev/null @@ -1,10 +0,0 @@ -@echo on - -msbuild Program-Manager-II.sln -target:progmgr - -del /s "%~dp0\*.7z" -del /s "%~dp0\*.rar" -del /s "%~dp0bin\*.exe" -7z a -r "%~dp0\bin.7z" "%~dp0\bin\*.exe" -WinRAR a -r "%~dp0\bin.rar" "%~dp0\bin\*.exe" -pause \ No newline at end of file diff --git a/zipbuild.bat b/zipbuild.bat new file mode 100644 index 0000000..a8eb7e4 --- /dev/null +++ b/zipbuild.bat @@ -0,0 +1,3 @@ +del /s "%~dp0\*.zip" +7z a -r "%~dp0\bin.zip" "%~dp0bin\*.exe" +pause \ No newline at end of file