Skip to content

Commit

Permalink
fix Steam cloudSync
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Sep 26, 2024
1 parent 7bacd36 commit 520e3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cloudSync/cloud_sync_watcher_user.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$user=$args[0]
$userPath = ( Get-CimInstance Win32_UserProfile -Filter "SID = '$((Get-LocalUser $user).Sid)'" ).LocalPath
$userPath = "C:\Users\$user"
$logPath = Join-Path -Path "$userPath" -ChildPath 'EmuDeck\logs\cloudWatcher.log'
$f1 = Join-Path -Path "$userPath" -ChildPath 'EmuDeck\settings.ps1'
$f2 = Join-Path -Path "$userPath" -ChildPath 'AppData\Roaming\EmuDeck\backend\functions\createLink.ps1'
Expand Down

0 comments on commit 520e3c9

Please sign in to comment.