Skip to content

Commit

Permalink
Add exceptions for org.godotengine.GodotSharp and org.godotengine.God…
Browse files Browse the repository at this point in the history
…ot3Sharp to allow both to use external code editors

Related to PRs flathub/flathub#4594 and flathub/flathub#4595
  • Loading branch information
Zishan-Rahman committed Oct 11, 2023
1 parent 711f312 commit b96bda0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flatpak_builder_lint/staticfiles/exceptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,12 @@
"org.godotengine.Godot3": {
"finish-args-flatpak-spawn-access": "the app requires flatpak-spawn access to allow external code editors to be used with it"
},
"org.godotengine.Godot3Sharp": {
"finish-args-flatpak-spawn-access": "the app requires flatpak-spawn access to allow external code editors to be used with it"
},
"org.godotengine.GodotSharp": {
"finish-args-flatpak-spawn-access": "the app requires flatpak-spawn access to allow external code editors to be used with it"
},
"org.hydrogenmusic.Hydrogen": {
"flathub-json-skip-appstream-check": "appstream file has GPL license, upstream hasn't fixed it"
},
Expand Down

0 comments on commit b96bda0

Please sign in to comment.