Skip to content

Commit

Permalink
> Fix install metadata and desktop file
Browse files Browse the repository at this point in the history
  • Loading branch information
trueromanus committed Nov 20, 2023
1 parent 6f3511c commit c388273
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions org.emptyflow.ArdorQuery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ modules:
sources:
- type: git
url: https://github.com/trueromanus/ArdorQuery
branch: main
finish-args:
- --share=ipc
- --socket=x11
Expand Down
6 changes: 5 additions & 1 deletion src/ArdorQuery.pro
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,13 @@ flatpak {

desktop.files += ../org.emptyflow.ArdorQuery.desktop
desktop.path = $$PREFIX/share/applications
INSTALLS += desktop

target.path = $$PREFIX/bin
metadata.path = $$PREFIX/share/metainfo
metadata.files += ../org.emptyflow.ArdorQuery.appdata.xml
INSTALLS += metadata

target.path = $$PREFIX/bin
INSTALLS += target
}

Expand Down

0 comments on commit c388273

Please sign in to comment.