Display installer window when upgrading, upgrade is unattended, silent install wont run app

This commit is contained in:
Natsumi
2024-12-06 11:57:36 +13:00
parent 5fa8c0f530
commit ad409bc1c3
2 changed files with 34 additions and 26 deletions

View File

@@ -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
{