recipe: Add heroic and lutris

main
mirkobrombin 1 year ago
parent 96461ee717
commit 8d856b6443

@ -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",

Loading…
Cancel
Save