mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-25 15:02:53 +08:00
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:
parent
ba662255db
commit
b6172e7306
@ -284,7 +284,7 @@
|
|||||||
"name": "WINETRICKS_RUN",
|
"name": "WINETRICKS_RUN",
|
||||||
"description": "",
|
"description": "",
|
||||||
"env_variable": "WINETRICKS_RUN",
|
"env_variable": "WINETRICKS_RUN",
|
||||||
"default_value": "vcrun2019 dotnet48 dotnet6",
|
"default_value": "mono vcrun2019 dotnet48 dotnet6",
|
||||||
"user_viewable": false,
|
"user_viewable": false,
|
||||||
"user_editable": false,
|
"user_editable": false,
|
||||||
"rules": "required|string|max:50",
|
"rules": "required|string|max:50",
|
||||||
@ -301,4 +301,4 @@
|
|||||||
"field_type": "text"
|
"field_type": "text"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user