Skip to content

Commit

Permalink
fixes force CS
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Sep 7, 2024
1 parent 2f1b3c2 commit d4ba6f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions functions/ToolScripts/emuDeckSaveSync.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,9 @@ $scriptContent = @"

function cloud_sync_install($cloud_sync_provider){
#startLog($MyInvocation.MyCommand.Name)

$batFilePath = "$env:APPDATA\EmuDeck\backend\tools\cloudSync\cloud_sync_force.bat"
$shortcutPath = "$env:USERPROFILE\Desktop\Force CloudSync.lnk"
$iconPath = "$env:USERPROFILE/AppData/Roaming/EmuDeck/backend/tools/gamemode/icon.ico"
$iconPath = "$env:USERPROFILE/AppData/Local/Programs/EmuDeck/EmuDeck.exe"
$wshShell = New-Object -ComObject WScript.Shell
$shortcut = $wshShell.CreateShortcut($shortcutPath)
$shortcut.TargetPath = $batFilePath
Expand Down
1 change: 1 addition & 0 deletions tools/cloudSync/cloud_sync_force.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
. "$env:USERPROFILE/AppData/Roaming/EmuDeck/backend/functions/allCloud.ps1"
$result = yesNoDialog -TitleText "CloudSync Force" -MessageText "Do you want to force the download or the upload" -OKButtonText "Upload" -CancelButtonText "Download"

if ($result -eq "OKButton") {
Expand Down

0 comments on commit d4ba6f6

Please sign in to comment.