mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Display installer window when upgrading, upgrade is unattended, silent install wont run app
This commit is contained in:
@@ -35,9 +35,9 @@ namespace VRCX
|
||||
|
||||
private static void Install()
|
||||
{
|
||||
var setupArguments = "/S";
|
||||
var setupArguments = string.Empty;
|
||||
if (Wine.GetIfWine())
|
||||
setupArguments += " /SKIP_SHORTCUT=true";
|
||||
setupArguments += "/SKIP_SHORTCUT=true";
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user