diff --git a/org.kde.falkon.json b/org.kde.falkon.json index 59f0f35..925b523 100644 --- a/org.kde.falkon.json +++ b/org.kde.falkon.json @@ -1,33 +1,34 @@ { "id": "org.kde.falkon", "branch": "master", "runtime": "org.kde.Platform", - "runtime-version": "5.9", + "runtime-version": "5.10", "sdk": "org.kde.Sdk", + "rename-icon": "falkon", "command": "falkon", "tags": ["nightly"], "desktop-file-name-prefix": "(Nightly) ", "finish-args": [ "--share=ipc", "--share=network", "--socket=x11", "--socket=wayland", "--socket=pulseaudio", "--device=dri", "--filesystem=host", "--system-talk-name=org.freedesktop.GeoClue2" ], "modules": [ { "buildsystem": "cmake", "name": "falkon", "sources": [ { "type": "git", "url": "git://anongit.kde.org/falkon.git" } ] } ] }