Add "mono" to WINETRICKS_RUN env var

I don't really know why but I had problems with the dotnet6 installation but the installation is working well by installing mono first.

It seems others people than me was having the problem so it may be a good idea to add it as a default value.
This commit is contained in:
Antony Rizzitelli
2023-11-08 21:16:49 +01:00
committed by GitHub
parent ba662255db
commit b6172e7306

View File

@@ -284,7 +284,7 @@
"name": "WINETRICKS_RUN",
"description": "",
"env_variable": "WINETRICKS_RUN",
"default_value": "vcrun2019 dotnet48 dotnet6",
"default_value": "mono vcrun2019 dotnet48 dotnet6",
"user_viewable": false,
"user_editable": false,
"rules": "required|string|max:50",
@@ -301,4 +301,4 @@
"field_type": "text"
}
]
}
}