From 7417dbfc0e310a9b0526d688715722eb631fec79 Mon Sep 17 00:00:00 2001 From: back-lacking <86173810+back-lacking@users.noreply.github.com> Date: Fri, 17 Jan 2025 17:34:30 -0500 Subject: [PATCH] fix fucked freefilesync install script again 2 --- bucket/freefilesync.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/freefilesync.json b/bucket/freefilesync.json index c11f35f..cddfae4 100644 --- a/bucket/freefilesync.json +++ b/bucket/freefilesync.json @@ -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": {