mirror of
https://github.com/Merith-TK/modpack-template.git
synced 2024-11-22 14:19:31 +00:00
make it ignore error on removing icon
This commit is contained in:
parent
5c155aabdf
commit
82ff7a85e4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -40,7 +40,7 @@ multimc: build
|
|||
7z a .build/${PACKNAME}-multimc.zip ./* -r
|
||||
7z a .build/${PACKNAME}-multimc.zip ./.minecraft -r
|
||||
7z d .build/${PACKNAME}-multimc.zip ./.build ./.minecraft/mods ./.minecraft/pack.toml ./.minecraft/index.toml -r
|
||||
rm ./${ICONNAME}_icon.png
|
||||
-rm ./${ICONNAME}_icon.png
|
||||
@sed -i 's#$(shell pw detect)#{PACKURL}#g' instance.cfg
|
||||
@sed -i 's#${ICONNAME}#{ICONNAME}#g' instance.cfg
|
||||
|
||||
|
|
Loading…
Reference in a new issue