mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
7Zipped ui fo Windows RIVM-23
This commit is contained in:
parent
726b76dd0c
commit
0864834e36
1 changed files with 3 additions and 2 deletions
|
@ -110,8 +110,9 @@ else
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PKG_UI_ASSETS_ZIP=$(pwd)/ui
|
PKG_UI_ASSETS_ZIP=$(pwd)/ui.zip
|
||||||
( cd "$PKGUIFOLDER" && zip -q -r "$PKG_UI_ASSETS_ZIP" * )
|
7z a "$PKG_UI_ASSETS_ZIP"
|
||||||
|
( cd "$PKGUIFOLDER" && 7z a "$PKG_UI_ASSETS_ZIP" * )
|
||||||
|
|
||||||
if [ $PKGNAME != "master" ]; then
|
if [ $PKGNAME != "master" ]; then
|
||||||
PKGDISPLAYNAME="RiV-mesh Network (${PKGNAME} branch)"
|
PKGDISPLAYNAME="RiV-mesh Network (${PKGNAME} branch)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue