From: Ricky Rhodes Date: Tue, 27 Apr 2021 03:12:20 +0000 (-0400) Subject: bugfix: update path for install file X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=7e66fe29efed37c3febbebcbb63af9e708f88114 bugfix: update path for install file --- diff --git a/bat/install.ps1 b/bat/install.ps1 index 5b79cc9..c324a86 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 "$EXENAME" "$VERNAME" + & move "bat-*\$EXENAME" "$VERNAME" # Settle unpacked archive into place