mirror of
https://github.com/DSPBluePrints/FactoryBluePrints.git
synced 2025-12-08 23:13:35 +08:00
更新打包脚本
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,7 +1,7 @@
|
||||
RAR = "C:/Program Files/WinRAR/Rar.exe"
|
||||
GIT = ./MinGit/cmd/git.exe
|
||||
|
||||
FactoryBluePrints.rar: .git update.bat README.md MinGit
|
||||
FactoryBluePrints.rar: .git update.bat README.md README_EN.md MinGit
|
||||
$(GIT) repack -a -d --depth=4095 --window=4095
|
||||
$(RAR) a -ma5 -md1024 -m5 -mt32 -htb -rr5p -QO+ $@ $^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user