Skip to content

Commit

Permalink
Run patch-desktop-filename to try fixing missing icon
Browse files Browse the repository at this point in the history
  • Loading branch information
aripollak committed Dec 9, 2024
1 parent ae3a708 commit 940a4e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions com.super_productivity.SuperProductivity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ modules:
- install -Dm644 usr/share/applications/superproductivity.desktop ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop
- desktop-file-edit --set-key=Exec --set-value='run.sh %U' ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop

# Patch desktop filename in built-in package.json
- patch-desktop-filename ${FLATPAK_DEST}/superproductivity/resources/app.asar

# Install icons
- mkdir -p ${FLATPAK_DEST}/share/icons
- mv "usr/share/icons/hicolor" ${FLATPAK_DEST}/share/icons/
Expand Down

0 comments on commit 940a4e5

Please sign in to comment.