Skip to content

Commit ffc3680

Browse files
authored
Update make-appimage.sh
1 parent 397f83e commit ffc3680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make-appimage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export OUTPATH=./dist
99
export ADD_HOOKS="self-updater.bg.hook:fix-namespaces.hook"
1010
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"
1111
export ICON=/usr/share/icons/hicolor/scalable/apps/viber.svg
12-
export DESKTOP=/usr/share/applications/viber.desktop
12+
export DESKTOP=/usr/share/applications/com.viber.Viber.desktop
1313
export DEPLOY_PIPEWIRE=1
1414
export DEPLOY_GSTREAMER=1
1515
export DEPLOY_OPENGL=1
@@ -22,7 +22,7 @@ export DEPLOY_QT_WEB_ENGINE=0
2222
# Deploy dependencies
2323
quick-sharun ./AppDir/bin/*
2424

25-
sed -e 's|Exec=viber|Exec=Viber|g' -i ./AppDir/viber.desktop
25+
sed -e 's|Exec=viber|Exec=Viber|g' -i ./AppDir/com.viber.Viber.desktop
2626

2727
# Turn AppDir into AppImage
2828
quick-sharun --make-appimage

0 commit comments

Comments
 (0)