0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

UI: Use correct APPDATA for installer

This commit is contained in:
Richard Stanway 2020-09-26 01:41:19 +02:00
parent fc18213b37
commit d4ce406138

View File

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