bugfix: update path for install file

This commit is contained in:
Ricky Rhodes
2021-05-11 15:04:40 -04:00
committed by AJ ONeal
parent d3dbc1bf2a
commit 7e66fe29ef
+1 -1
View File
@@ -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