Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit e12ef18

Browse files
authored
Merge pull request #84 from Kekun/flatpak
flatpak: Update the manifest
2 parents 6caac47 + fe3c3ea commit e12ef18

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

flatpak/com.github.Alcaro.Flips.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app-id" : "com.github.Alcaro.Flips",
33
"runtime" : "org.gnome.Platform",
4-
"runtime-version" : "42",
4+
"runtime-version" : "master",
55
"sdk" : "org.gnome.Sdk",
66
"command" : "flips",
77
"finish-args" : [
@@ -22,13 +22,14 @@
2222
"name" : "flips",
2323
"buildsystem" : "simple",
2424
"build-commands": [
25-
"sh make.sh",
25+
"sh make-linux.sh --cflags=-DFLATPAK",
2626
"make install PREFIX=/app"
2727
],
2828
"sources" : [
2929
{
3030
"type" : "git",
31-
"url" : "https://github.com/Alcaro/Flips.git"
31+
"url" : "https://github.com/Alcaro/Flips.git",
32+
"branch" : "master"
3233
}
3334
]
3435
}

0 commit comments

Comments
 (0)