mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-11 18:13:52 +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
|
cp -R webapp/pack win/temp/webapp/pack
|
||||||
mkdir -p win/dist
|
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 .
|
cd win/temp; powershell "Compress-Archive ../dist/tasks-win.zip ."
|
||||||
|
|
||||||
linux-app: server-linux webapp
|
linux-app: server-linux webapp
|
||||||
rm -rf linux/temp
|
rm -rf linux/temp
|
||||||
|
Loading…
Reference in New Issue
Block a user