mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-27 08:31:20 +02:00
Use Compress-Archive on Windows
This commit is contained in:
parent
6bb89d6c09
commit
023875236a
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 New Issue
Block a user