Quellcode durchsuchen

UI: Use correct APPDATA for installer

Richard Stanway vor 5 Jahren
Ursprung
Commit
d4ce406138
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. 1 2
      UI/installer/mp-installer.nsi

+ 1 - 2
UI/installer/mp-installer.nsi

@@ -248,6 +248,7 @@ Function LaunchOBS
 FunctionEnd
 
 Section "OBS Studio" SecCore
+	SetShellVarContext all
 
 	Call checkFilesInUse
 
@@ -256,8 +257,6 @@ Section "OBS Studio" SecCore
 	SetOverwrite on
 	AllowSkipFiles off
 
-	SetShellVarContext all
-
 	; Set Section Files and Shortcuts
 	SetOutPath "$INSTDIR"
 	OBSInstallerUtils::KillProcess "obs-plugins\32bit\cef-bootstrap.exe"