diff options
Diffstat (limited to 'other-licenses/7zstub/src/bin/installer/cr.bat')
-rw-r--r-- | other-licenses/7zstub/src/bin/installer/cr.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/other-licenses/7zstub/src/bin/installer/cr.bat b/other-licenses/7zstub/src/bin/installer/cr.bat new file mode 100644 index 0000000000..b51a52ae8a --- /dev/null +++ b/other-licenses/7zstub/src/bin/installer/cr.bat @@ -0,0 +1,5 @@ +del archive.7z
+del archive.exe
+..\7zr a archive.7z ..\7zr.exe -mx -mf=BCJ2
+copy /b ..\7zSD.sfx + config.txt + archive.7z archive.exe
+
|