Skip to content

Commit

Permalink
chore: fix windows installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
arexon authored Sep 21, 2024
1 parent 38631c5 commit 5578ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $ErrorActionPreference = 'Stop'

$IsInstalled = $false
$ArchiveName = "haze-x86_64-pc-windows-msvc"
$DownloadUrl = "https://github.com/arexon/haze/releases/latest/download/${ArchiveName}"
$DownloadUrl = "https://github.com/arexon/haze/releases/latest/download/${ArchiveName}.zip"
$BinDir = "${Home}\.haze"
$BinArchive = "${BinDir}\${ArchiveName}"

Expand Down

0 comments on commit 5578ba3

Please sign in to comment.