fix typo in makefile, make curseforge zip contain overrides
This commit is contained in:
parent
af71fe0f9b
commit
4bcf3f97b1
1 changed files with 8 additions and 5 deletions
13
Makefile
13
Makefile
|
@ -17,16 +17,19 @@ default:
|
|||
|
||||
curseforge:
|
||||
@echo "Making Curseforge pack"
|
||||
@-mkdir ../modpack.curseforge
|
||||
@-mkdir ../modpack-curseforge
|
||||
packwiz curseforge export --mods-folder packwiz-data/mods/ --pack-file packwiz-data/pack.toml
|
||||
cp -r .minecraft overrides
|
||||
7z a *.zip overrides
|
||||
rm -rf overrides
|
||||
mv *.zip ../modpack-curseforge/
|
||||
|
||||
multimc:
|
||||
@echo "Making MultiMC pack"
|
||||
7z d ../modpack-mulitmc.zip ./* -r
|
||||
7z d ../modpack-mulitmc.zip ./.* -r
|
||||
7z a ../modpack-mulitmc.zip ./* -r
|
||||
7z a ../modpack-mulitmc.zip ./.minecraft -r
|
||||
7z d ../modpack-multimc.zip ./* -r
|
||||
7z d ../modpack-multimc.zip ./.* -r
|
||||
7z a ../modpack-multimc.zip ./* -r
|
||||
7z a ../modpack-multimc.zip ./.minecraft -r
|
||||
|
||||
technic:
|
||||
@echo "Making Technic pack"
|
||||
|
|
Loading…
Reference in a new issue