Changed to a relative path for ui.zip fix due to wix.xml /c/path issue

This commit is contained in:
vadym 2022-12-13 20:04:40 +02:00
parent 3ca22a96aa
commit 60202a2d98

View file

@ -112,6 +112,7 @@ fi
PKG_UI_ASSETS_ZIP=$(pwd)/ui.zip
( cd "$PKGUIFOLDER" && 7z a "$PKG_UI_ASSETS_ZIP" * )
PKG_UI_ASSETS_ZIP=ui.zip
if [ $PKGNAME != "master" ]; then
PKGDISPLAYNAME="RiV-mesh Network (${PKGNAME} branch)"