Skip to content

Commit

Permalink
fix fucked freefilesync install script again 2
Browse files Browse the repository at this point in the history
  • Loading branch information
back-lacking committed Jan 17, 2025
1 parent 5176084 commit 7417dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bucket/freefilesync.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"hash": "1c5dba00b0f330586c1dfc93eabdd882ea1b3f55a6f846025b9ddb017acb9437",
"post_install": [
"Write-Host \"Needs interaction. Make sure to change the install path to '$HOME\\scoop\\apps\\freefilesync\\current'\"",
"Start-Process \"$dir\\FreeFileSync_$version_Windows_Setup.exe\" -Wait -Verb RunAs | Out-Null",
"Remove-Item \"$dir\\FreeFileSync_$version_Windows_Setup.exe\""
"Start-Process \"$dir\\FreeFileSync_${version}_Windows_Setup.exe\" -Wait -Verb RunAs | Out-Null",
"Remove-Item \"$dir\\FreeFileSync_${version}_Windows_Setup.exe\""
],
"pre_uninstall": "Start-Process \"$HOME\\scoop\\apps\\freefilesync\\current\\Uninstall\\unins000.exe\" -ArgumentList @('/VERYSILENT' , '/CLOSEAPPLICATIONS' , '/FORCECLOSEAPPLICATIONS') -Wait -Verb RunAs | Out-Null",
"checkver": {
Expand Down

0 comments on commit 7417dbf

Please sign in to comment.