Skip to content

Commit dfb425c

Browse files
committed
build(appimage): fixed aw-qt.desktop and logo paths for updated PyInstaller folder structure
1 parent 9f209fd commit dfb425c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/package/package-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ DIR="$(dirname "$(readlink -f "${0}")")"
1818
chmod a+x ./activitywatch/AppRun
1919

2020
# 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
21+
./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
2222
APPIMAGE_FILE=`ls -1 | grep AppImage| grep -i ActivityWatch`
2323
cp -v $APPIMAGE_FILE ./dist/activitywatch-linux-x86_64.AppImage

0 commit comments

Comments
 (0)