typo
This commit is contained in:
parent
a1e9200f5d
commit
be319cfbd0
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ RENAME "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Prism Launcher.lnk" Mine
|
|||
PowerShell -Command "$shell = New-Object -COM WScript.Shell;" ^
|
||||
"$shortcut = $shell.CreateShortcut('%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup\OBS.lnk');" ^
|
||||
"$shortcut.TargetPath = '%ProgramFiles%\obs-studio\bin\64bit\obs64.exe';" ^
|
||||
"$ShortCut.WorkingDirectory = '%ProgramFiles%\obs-studio\bin\64bit';" ^
|
||||
"$shortcut.WorkingDirectory = '%ProgramFiles%\obs-studio\bin\64bit';" ^
|
||||
"$shortcut.Arguments = '--disable-missing-files-check --minimize-to-tray --startreplaybuffer --scene ""ReplayBuffer""""';" ^
|
||||
"$shortcut.Save()"
|
||||
|
||||
|
|
Loading…
Reference in a new issue