fix: fixed an issue with the ps1 version of the fd installer, it tried to move the .exe file but cuouldn't find it due to not being declared in the script instruction

This commit is contained in:
Yahir Molina
2026-08-21 01:08:05 -06:00
committed by AJ ONeal
parent e3a4047efa
commit a473d9fbb5
+1 -1
View File
@@ -24,7 +24,7 @@ if (!(Test-Path -Path "$Env:USERPROFILE\.local\bin\$VERNAME")) {
Write-Output "Unpacking $Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE"
& tar xf "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE"
# Move single binary into root of temporary folder
& Move-Item "$EXENAME" "$VERNAME"
& Move-Item "$Env:WEBI_PKG_FILE\$EXENAME" "$VERNAME"
# Settle unpacked archive into place