flatpak: Rename and update build for master branch

remotes/origin/falkon
David Rosca 9 years ago
parent 12a277fe19
commit 4657fdf60c
  1. 9
      flatpak/org.qupzilla.QupZilla.json

@ -1,5 +1,5 @@
{
"id": "org.qt.qupzilla",
"id": "org.qupzilla.QupZilla",
"runtime": "org.kde.Platform",
"runtime-version": "master",
"sdk": "org.kde.Sdk",
@ -15,7 +15,9 @@
"--socket=x11",
"--socket=wayland",
"--socket=pulseaudio",
"--filesystem=host"
"--device=dri",
"--filesystem=host",
"--system-talk-name=org.freedesktop.GeoClue2"
],
"modules": [
@ -29,8 +31,7 @@
"sources": [
{
"type": "git",
"url": "https://github.com/QupZilla/qupzilla.git",
"branch": "v1.8"
"url": "https://github.com/QupZilla/qupzilla.git"
},
{
"type": "script",
Loading…
Cancel
Save