mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
powershell Compress on Windows
This commit is contained in:
parent
d43b66c418
commit
01869e9a31
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 New Issue
Block a user