mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-21 21:16:29 +00:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user