diff options
author | John Stebbins <[email protected]> | 2018-06-07 08:30:00 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2018-06-07 15:01:33 -0700 |
commit | f95aa7aaaf7283aedee86422533bd1968b6c9a44 (patch) | |
tree | 7dffc65b6552921a5d1d885561d622147feefa5f /pkg | |
parent | f33dc20059d69915570b235385497eddc6be37e7 (diff) |
flatpak: disable update checks
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/linux/flatpak/fr.handbrake.ghb.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/linux/flatpak/fr.handbrake.ghb.json b/pkg/linux/flatpak/fr.handbrake.ghb.json index 27947def0..f0f2e99d9 100644 --- a/pkg/linux/flatpak/fr.handbrake.ghb.json +++ b/pkg/linux/flatpak/fr.handbrake.ghb.json @@ -16,7 +16,7 @@ { "name": "handbrake", "no-autogen": true, - "config-opts": ["--flatpak"], + "config-opts": ["--flatpak", "--disable-gtk-update-checks"], "builddir": true, "sources": [ { |