diff --git a/org.kde.KStyle.HighContrast.json b/org.kde.KStyle.HighContrast.json index 735ffd0..31ea9ce 100644 --- a/org.kde.KStyle.HighContrast.json +++ b/org.kde.KStyle.HighContrast.json @@ -1,38 +1,38 @@ { "id": "org.kde.KStyle.HighContrast", - "branch": "5.9", + "branch": "master", "runtime": "org.kde.Platform", "build-extension": true, "sdk": "org.kde.Sdk", "runtime-version": "5.12", "appstream-compose": false, "separate-locales": false, "modules": [ { "name": "highcontrast-qt", "cmake": true, "config-opts": ["-DQT_PLUGINS_DIR=/usr/share/runtime/lib/plugins/HighContrast"], "sources": [ { "type": "git", "url": "https://github.com/MartinBriza/highcontrast-qt.git" } ] }, { "name": "appdata", "buildsystem": "simple", "build-commands": [ "mkdir -p ${FLATPAK_DEST}/share/appdata", "cp org.kde.KStyle.HighContrast.appdata.xml ${FLATPAK_DEST}/share/appdata", "appstream-compose --basename=org.kde.KStyle.HighContrast --prefix=${FLATPAK_DEST} --origin=flatpak org.kde.KStyle.HighContrast" ], "sources": [ { "type": "file", "path": "org.kde.KStyle.HighContrast.appdata.xml" } ] } ] }