Skip to content

Commit

Permalink
Merge pull request #84 from Kekun/flatpak
Browse files Browse the repository at this point in the history
flatpak: Update the manifest
  • Loading branch information
Alcaro authored Jul 4, 2024
2 parents 6caac47 + fe3c3ea commit e12ef18
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions flatpak/com.github.Alcaro.Flips.json
Original file line number Diff line number Diff line change
@@ -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" : [
Expand All @@ -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"
}
]
}
Expand Down

0 comments on commit e12ef18

Please sign in to comment.