mirror of
https://github.com/Merith-TK/modpack-template.git
synced 2025-03-26 02:45:26 +00:00
add more gitpod support
This commit is contained in:
parent
d7569e2983
commit
91b23b3ad4
2 changed files with 7 additions and 1 deletions
|
@ -1,2 +1,5 @@
|
|||
image:
|
||||
file: .gitpod.Dockerfile
|
||||
file: .gitpod.Dockerfile
|
||||
|
||||
tasks:
|
||||
- command: make update-packwiz
|
||||
|
|
3
Makefile
3
Makefile
|
@ -48,3 +48,6 @@ clean:
|
|||
-git gc --aggressive --prune
|
||||
|
||||
all: curseforge modrinth multimc technic clean
|
||||
|
||||
update-packwiz:
|
||||
go install github.com/packwiz/packwiz@latest
|
Loading…
Reference in a new issue