Skip to content

Commit

Permalink
add flatpak manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHal committed Aug 4, 2022
1 parent 3a6b0c6 commit 6be6c26
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions QtPMbrowser/linux_deploy/de.halaszovich.PMbrowser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
app-id: de.halaszovich.PMbrowser
runtime: org.kde.Platform
runtime-version: '6.3'
sdk: org.kde.Sdk
command: QtPMbrowser
finish-args:
- --share=ipc
- --socket=x11
- --socket=wayland
- --filesystem=host
- --device=dri
modules:
- name: Pmbrowser
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=Release
sources:
# - type: dir
# path: "/home/chal/repos/PMbrowser"
- type: git
url: https://github.com/ChrisHal/PMbrowser.git
branch: master

0 comments on commit 6be6c26

Please sign in to comment.