|
|
|
@ -228,6 +228,16 @@
|
|
|
|
|
"icon" : "com.usebottles.bottles",
|
|
|
|
|
"flatpak" : true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name" : "Heroic Games Launcher",
|
|
|
|
|
"icon" : "com.heroicgameslauncher.hgl",
|
|
|
|
|
"flatpak" : true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name" : "Lutris",
|
|
|
|
|
"icon" : "net.lutris.Lutris",
|
|
|
|
|
"flatpak" : true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name" : "Boxes",
|
|
|
|
|
"icon" : "org.gnome.Boxes",
|
|
|
|
@ -344,6 +354,16 @@
|
|
|
|
|
"type" : "command",
|
|
|
|
|
"commands" : ["!nextBoot flatpak install -y com.usebottles.bottles"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"if" : "Heroic Games Launcher",
|
|
|
|
|
"type" : "command",
|
|
|
|
|
"commands" : ["!nextBoot flatpak install -y com.heroicgameslauncher.hgl"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"if" : "Lutris",
|
|
|
|
|
"type" : "command",
|
|
|
|
|
"commands" : ["!nextBoot flatpak install -y net.lutris.Lutris"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"if" : "Boxes",
|
|
|
|
|
"type" : "command",
|
|
|
|
|