From 404931ac96ed4db77d908c563e9bdf10db798358 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Thu, 4 Jun 2026 11:40:30 +0200 Subject: [PATCH] zip the built files automagically --- scripts/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/build.sh b/scripts/build.sh index fe3023b..d81b8ca 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -5,3 +5,5 @@ godotpcktool \ --action add --remove-prefix staging \ --file staging/KillTheTower cp ./KillTheTower.json ./target/KillTheTower.json + +zip -r target/KillTheTower.zip target/*