From 318ee25f0b7f8d4def55a958d6937ff17a4cff0a Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Wed, 6 Jan 2021 16:44:42 -0800 Subject: [PATCH] Compress-Archive args --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29cffff56..dcfa7dcab 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ win-app: server-win webapp cp -R webapp/pack win/temp/webapp/pack mkdir -p win/dist # cd win/temp; tar -acf ../dist/tasks-win.zip . - cd win/temp; powershell "Compress-Archive ../dist/tasks-win.zip ." + cd win/temp; powershell "Compress-Archive * ../dist/tasks-win.zip" linux-app: server-linux webapp rm -rf linux/temp