Skip to content

Commit 81e9a10

Browse files
authored
upstream .desktop doesn't work
1 parent c7a4b1e commit 81e9a10

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

make-appimage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ export OUTPATH=./dist
99
export ADD_HOOKS="self-updater.bg.hook"
1010
export UPINFO="gh-releases-zsync|${GITHUB_REPOSITORY%/*}|${GITHUB_REPOSITORY#*/}|latest|*$ARCH.AppImage.zsync"
1111
export ICON=/usr/share/icons/hicolor/scalable/apps/org.quickshell.svg
12-
export DESKTOP=/usr/share/applications/org.quickshell.desktop
12+
export DESKTOP=DUMMY
13+
export MAIN_BIN=quickshell
1314
export DEPLOY_PIPEWIRE=1
1415

1516
# Deploy dependencies

0 commit comments

Comments
 (0)