mirror of
https://github.com/DSPBluePrints/FactoryBluePrints.git
synced 2025-12-09 19:13:27 +08:00
修复一个上传bug
This commit is contained in:
1
Makefile
1
Makefile
@@ -3,7 +3,6 @@ GIT = ./MinGit/cmd/git.exe
|
|||||||
|
|
||||||
FactoryBluePrints.7z: .git 双击更新蓝图仓库.bat MinGit/ 7-Zip/
|
FactoryBluePrints.7z: .git 双击更新蓝图仓库.bat MinGit/ 7-Zip/
|
||||||
$(GIT) pull origin main
|
$(GIT) pull origin main
|
||||||
$(GIT) push origin main
|
|
||||||
$(GIT) gc --aggressive --prune=now
|
$(GIT) gc --aggressive --prune=now
|
||||||
$(7Z) a -ms -mx=9 $@ $^
|
$(7Z) a -ms -mx=9 $@ $^
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user