From 9509d2630fd368403e5c397f20b6f6bb09171df6 Mon Sep 17 00:00:00 2001 From: ProPuke Date: Sun, 29 May 2022 15:46:38 +0100 Subject: [PATCH] added: packaging task --- tasks.boop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.boop b/tasks.boop index 5f40b88..d7cf414 100644 --- a/tasks.boop +++ b/tasks.boop @@ -4,7 +4,7 @@ each platform in x86_64-unknown-linux-gnu x86_64-pc-windows-msvc x86_64-apple-da task package-{platform} requires task build-{platform} - run zip -r bin/boop-{platform}.zip bin/{platform} + run zip -r -j bin/boop-{platform}.zip bin/{platform} task build-all requires task build-{platform}