From 91b23b3ad42a5d404e17eb2a0c38aca8db4d6c09 Mon Sep 17 00:00:00 2001 From: Merith Date: Fri, 27 May 2022 15:06:29 +0000 Subject: [PATCH] add more gitpod support --- .gitpod.yml | 5 ++++- Makefile | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 6499bad..988b34c 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,2 +1,5 @@ image: - file: .gitpod.Dockerfile \ No newline at end of file + file: .gitpod.Dockerfile + +tasks: +- command: make update-packwiz diff --git a/Makefile b/Makefile index f18272f..e6d66ee 100644 --- a/Makefile +++ b/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 \ No newline at end of file