Use Compress-Archive on Windows
This commit is contained in:
parent
6bb89d6c09
commit
023875236a
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -81,7 +81,8 @@ win-app: server-win webapp
|
|||
mkdir -p win/temp/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; tar -acf ../dist/tasks-win.zip .
|
||||
cd win/temp; Compress-Archive ../dist/tasks-win.zip .
|
||||
|
||||
linux-app: server-linux webapp
|
||||
rm -rf linux/temp
|
||||
|
|
Loading…
Reference in a new issue