Skip to content

Commit b4e4edc

Browse files
authored
fix UPINFO in appbundle
1 parent 29435f7 commit b4e4edc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sonic-appimage.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ chmod +x ./appimagetool
6666
echo "Generating AppImage..."
6767
./appimagetool -n -u "$UPINFO" "$PWD"/AppDir "$PWD"/"$PACKAGE"-"$VERSION"-anylinux-"$ARCH".AppImage
6868

69+
UPINFO="$(echo "$UPINFO" | sed 's#.AppImage.zsync#*.AppBundle.zsync#g')"
6970
wget -O ./pelf "https://github.com/xplshn/pelf/releases/latest/download/pelf_$(uname -m)"
7071
chmod +x ./pelf
7172
echo "Generating [dwfs]AppBundle..."

0 commit comments

Comments
 (0)