Skip to content

Commit

Permalink
add manifest for eos flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Aug 12, 2021
1 parent ab92731 commit 1a7434c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions com.github.linuxhubit.shouldidoit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
app-id: com.github.linuxhubit.shouldidoit

runtime: io.elementary.Platform
runtime-version: '6'
sdk: io.elementary.Sdk

command: com.github.linuxhubit.shouldidoit

finish-args:
- '--share=ipc'
- '--share=network'
- '--socket=fallback-x11'
- '--socket=wayland'

modules:
- name: shouldidoit
buildsystem: meson
sources:
- type: dir
path: .

0 comments on commit 1a7434c

Please sign in to comment.