mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
Fix coding style error. (#1391)
This commit is contained in:
parent
bf23a58e3a
commit
14a70222c4
@ -420,7 +420,8 @@ void CheckUpdate::Install() {
|
||||
"Remove-Item -Force -LiteralPath '%3\\update.ps1'\n"
|
||||
"Remove-Item -Force -LiteralPath '%3\\temp_download_update.zip'\n"
|
||||
"Remove-Item -Recurse -Force '%2'\n"
|
||||
"Start-Process -FilePath '%3\\shadps4.exe' -WorkingDirectory ([WildcardPattern]::Escape('%3'))\n");
|
||||
"Start-Process -FilePath '%3\\shadps4.exe' "
|
||||
"-WorkingDirectory ([WildcardPattern]::Escape('%3'))\n");
|
||||
arguments << "-ExecutionPolicy"
|
||||
<< "Bypass"
|
||||
<< "-File" << scriptFileName;
|
||||
|
Loading…
Reference in New Issue
Block a user