mirror of
https://github.com/Alcaro/Flips.git
synced 2026-09-06 17:54:33 -05:00
Merge pull request #35 from Kekun/flatpak
flatpak: Allow saving in home and SDK bump
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"app-id" : "com.github.Alcaro.Flips",
|
||||
"runtime" : "org.gnome.Platform",
|
||||
"runtime-version" : "3.34",
|
||||
"runtime-version" : "3.38",
|
||||
"sdk" : "org.gnome.Sdk",
|
||||
"command" : "flips",
|
||||
"finish-args" : [
|
||||
@@ -12,6 +12,8 @@
|
||||
"--socket=wayland",
|
||||
/* OpenGL + DRI access */
|
||||
"--device=dri",
|
||||
/* Needed to save patched ROMs */
|
||||
"--filesystem=home",
|
||||
/* Needed to find the ROMs and patches */
|
||||
"--filesystem=host:ro"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user