From e83e4085bf19e1a3b9fa7f444699fce84fdd4318 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 2 Feb 2025 19:48:40 -0800 Subject: [PATCH] Remove --filesystem=xdg-config/onionshare:create from flatpak manifest, due to recent linting rules for flathub --- flatpak/org.onionshare.OnionShare.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/flatpak/org.onionshare.OnionShare.yaml b/flatpak/org.onionshare.OnionShare.yaml index dd3ed362..db115fd2 100644 --- a/flatpak/org.onionshare.OnionShare.yaml +++ b/flatpak/org.onionshare.OnionShare.yaml @@ -17,7 +17,6 @@ finish-args: - "--talk-name=org.freedesktop.Notifications" - "--talk-name=org.freedesktop.secrets" - "--filesystem=~/OnionShare:create" - - "--filesystem=xdg-config/onionshare:create" cleanup: - "/go" - "/bin/scripts" @@ -312,7 +311,7 @@ modules: path: .. # - type: git # url: https://github.com/onionshare/onionshare.git - # tag: v2.6 + # tag: v2.6.2 modules: # onionshare python dependencies - name: python3-modules @@ -359,7 +358,7 @@ modules: path: .. # - type: git # url: https://github.com/onionshare/onionshare.git - # tag: v2.6 + # tag: v2.6.2 modules: # onionshare-cli python dependencies - name: poetry-deps