We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f209fd commit dfb425cCopy full SHA for dfb425c
1 file changed
scripts/package/package-appimage.sh
@@ -18,6 +18,6 @@ DIR="$(dirname "$(readlink -f "${0}")")"
18
chmod a+x ./activitywatch/AppRun
19
20
# build appimage
21
-./linuxdeploy-x86_64.AppImage --appdir activitywatch --executable ./activitywatch/aw-qt --output appimage --desktop-file ./activitywatch/aw-qt.desktop --icon-file ./activitywatch/media/logo/logo.png --icon-filename activitywatch
+./linuxdeploy-x86_64.AppImage --appdir activitywatch --executable ./activitywatch/aw-qt --output appimage --desktop-file ./activitywatch/_internal/aw-qt.desktop --icon-file ./activitywatch/_internal/media/logo/logo.png --icon-filename activitywatch
22
APPIMAGE_FILE=`ls -1 | grep AppImage| grep -i ActivityWatch`
23
cp -v $APPIMAGE_FILE ./dist/activitywatch-linux-x86_64.AppImage
0 commit comments