Find flatpak apps in flatpak mode (#308)

* Call flatpak-spawn when in flatpak mode

* Also test flatpak feature on unix

* Update readme with flatpak-flatpak support

* Update to version 1.7.18
This commit is contained in:
Philip Kristoffersen
2023-01-03 17:48:13 +01:00
committed by GitHub
parent 1db73bd0e7
commit f1591b7818
6 changed files with 37 additions and 10 deletions
+1
View File
@@ -24,6 +24,7 @@ jobs:
- name: Test
run: |
cargo test
cargo test --features flatpak
test_Windows:
runs-on: windows-latest
steps: