7Zipped ui fo Windows RIVM-23

This commit is contained in:
Mihail Slobodyanuk 2022-12-13 19:49:05 +02:00
parent 726b76dd0c
commit 0864834e36

View file

@ -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)"