Skip to content

Commit

Permalink
script: use ksau-go as the executable name for windows
Browse files Browse the repository at this point in the history
*earlier it uses the assest-name as the executable name, which would be 20+ chars, user would die typing that if they don't know about tab auto-completion
  • Loading branch information
ksauraj committed Feb 2, 2025
1 parent a9417d8 commit 0ee9d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (-not $asset) {

# Download the asset
$downloadUrl = $asset.browser_download_url
$outputFile = "$programFolder\$assetName"
$outputFile = "$programFolder\ksau-go"
Invoke-WebRequest -Uri $downloadUrl -OutFile $outputFile

# Add the program folder to the user's PATH environment variable
Expand Down

0 comments on commit 0ee9d81

Please sign in to comment.