X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=bat%2Finstall.ps1;h=6360ede3ff8a75114c1c59ac4c5cbe5c4b974a0e;hb=72406c4e0d438b76da054be8d5eff42d08312498;hp=a4acba399a94b40d97f545c25a33e878ed0fc430;hpb=7fd81bbd903eb097d4897ea3a9d5030123ce735a;p=webi-installers%2F.git diff --git a/bat/install.ps1 b/bat/install.ps1 index a4acba3..6360ede 100644 --- a/bat/install.ps1 +++ b/bat/install.ps1 @@ -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 "bat.exe" "$VERNAME" + & move "$EXENAME" "$VERNAME" & dir # Settle unpacked archive into place