Skip to content

Commit

Permalink
window up
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Sep 4, 2024
1 parent d9e5f11 commit 382c55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/ToolScripts/emuDeckSaveSync.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ function cloud_sync_init($emulator){
"$emulator" | Set-Content $savesPath/.emulator -Encoding UTF8
}

Start-Process powershell.exe -ArgumentList "-ExecutionPolicy Bypass -File `"$env:USERPROFILE/AppData/Roaming/EmuDeck/backend/tools/cloudSync/cloud_sync_watcher_user.ps1`" $env:USERNAME" -WindowStyle Hidden
Start-Process powershell.exe -ArgumentList "-ExecutionPolicy Bypass -File `"$env:USERPROFILE/AppData/Roaming/EmuDeck/backend/tools/cloudSync/cloud_sync_watcher_user.ps1`" $env:USERNAME"

# & "$env:USERPROFILE/AppData/Roaming/EmuDeck/backend/wintools/nssm.exe" stop "CloudWatch"
# cls
Expand Down

0 comments on commit 382c55b

Please sign in to comment.