From 01869e9a31d047736b3b9c72ab672a909d9e554c Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Wed, 6 Jan 2021 16:35:13 -0800 Subject: [PATCH] powershell Compress on Windows --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c2e66837..29cffff56 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; 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