Browse Source

chore(flatpak): Fix JSON syntax, single quote to double quote

reviewable/pr6430/r2
Anthony Bilinski 4 years ago
parent
commit
2c6a01c8ec
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 2
      flatpak/io.github.qtox.qTox.json

2
flatpak/io.github.qtox.qTox.json

@ -45,7 +45,7 @@
"build-options": { "build-options": {
"no-debuginfo": true "no-debuginfo": true
}, },
"cleanup": [ '*' ], "cleanup": [ "*" ],
"sources": [ "sources": [
{ {
"type": "archive", "type": "archive",

Loading…
Cancel
Save