From c2c323706b620fe696d3f27ffa700a8e4d06fe10 Mon Sep 17 00:00:00 2001 From: EliasOfWaffle <128154816+EliasOfWaffle@users.noreply.github.com> Date: Tue, 29 Aug 2023 18:08:12 -0300 Subject: [PATCH] Use some dependencies in samples (#2900) Install mono, gecko and faudio for default in game environment. Install mono and gecko for default in application environment . Co-authored-by: Dallas Strouse <93224879+orowith2os@users.noreply.github.com> --- bottles/backend/models/samples.py | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/bottles/backend/models/samples.py b/bottles/backend/models/samples.py index 7781e61a77..21b3a2d85b 100644 --- a/bottles/backend/models/samples.py +++ b/bottles/backend/models/samples.py @@ -19,7 +19,10 @@ class Samples: "times32", "courie32", "d3dcompiler_43", - "d3dcompiler_47" + "d3dcompiler_47", + "mono", + "gecko", + "faudio", ] }, "application": { @@ -33,9 +36,10 @@ class Samples: "arial32", "times32", "courie32", - # "mono", - # "dotnet40", - # "dotnet48" + "mono", + "gecko" + # "dotnet40", + # "dotnet48" ] } }