From 8d856b644371716fac6812bf2126a23fd191eca0 Mon Sep 17 00:00:00 2001 From: mirkobrombin Date: Fri, 20 Jan 2023 21:05:28 +0100 Subject: [PATCH] recipe: Add heroic and lutris --- recipe.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/recipe.json b/recipe.json index fcd816b..cb3f365 100644 --- a/recipe.json +++ b/recipe.json @@ -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",