powershell Compress on Windows
This commit is contained in:
parent
d43b66c418
commit
01869e9a31
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue