Removed Panama & HybridCrypt, added experimental Folder and Zip archive providers
This commit is contained in:
1
bin/.gitignore
vendored
1
bin/.gitignore
vendored
@ -18,6 +18,7 @@ syserr.txt
|
||||
# Game files
|
||||
pack/*.eix
|
||||
pack/*.epk
|
||||
pack/*.zip
|
||||
|
||||
# Guild images
|
||||
mark/
|
||||
|
7
bin/pack/pack.bat
Normal file
7
bin/pack/pack.bat
Normal file
@ -0,0 +1,7 @@
|
||||
FOR /d %%i IN ("*") DO (
|
||||
echo Packing %%i
|
||||
rem "C:\Program Files\7-Zip\7z.exe" a "%%i.zip" ".\%%i\*" -m0=LZMA
|
||||
rem "C:\Program Files\7-Zip-Zstandard\7za.exe" a "%%i.zip" ".\%%i\*" -m0=Zstd -mx20
|
||||
"C:\Program Files\7-Zip\7z.exe" a "%%i.zip" ".\%%i\*"
|
||||
)
|
||||
|
Reference in New Issue
Block a user