mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
bugfix: update path for install file
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ IF (!(Test-Path -Path "$Env:USERPROFILE\.local\xbin\$VERNAME"))
|
||||
echo "Unpacking $Env:USERPROFILE\Downloads\$Env:WEBI_PKG_FILE"
|
||||
& tar xf "$Env:USERPROFILE\Downloads\$Env:WEBI_PKG_FILE"
|
||||
# Move single binary into root of temporary folder
|
||||
& move "$EXENAME" "$VERNAME"
|
||||
& move "bat-*\$EXENAME" "$VERNAME"
|
||||
|
||||
|
||||
# Settle unpacked archive into place
|
||||
|
||||
Reference in New Issue
Block a user