Merge pull request #84 from Kekun/flatpak

flatpak: Update the manifest
This commit is contained in:
Alcaro 2024-07-04 19:48:12 +02:00 committed by GitHub
commit e12ef18990
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{
"app-id" : "com.github.Alcaro.Flips",
"runtime" : "org.gnome.Platform",
"runtime-version" : "42",
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",
"command" : "flips",
"finish-args" : [
@ -22,13 +22,14 @@
"name" : "flips",
"buildsystem" : "simple",
"build-commands": [
"sh make.sh",
"sh make-linux.sh --cflags=-DFLATPAK",
"make install PREFIX=/app"
],
"sources" : [
{
"type" : "git",
"url" : "https://github.com/Alcaro/Flips.git"
"url" : "https://github.com/Alcaro/Flips.git",
"branch" : "master"
}
]
}