Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 508f5d0

Browse files
committed
Remove version number from installer filename
1 parent 6413d3f commit 508f5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Write-Host "Building from $ConfigFile"
2828
$basename = "pico-setup-windows"
2929
$version = (Get-Content "$PSScriptRoot\version.txt").Trim()
3030
$suffix = [io.path]::GetFileNameWithoutExtension($ConfigFile)
31-
$binfile = "bin\$basename-$version-$suffix.exe"
31+
$binfile = "bin\$basename-$suffix.exe"
3232

3333
$tools = (Get-Content '.\config\tools.json' | ConvertFrom-Json).tools
3434
$repositories = (Get-Content '.\config\repositories.json' | ConvertFrom-Json).repositories

0 commit comments

Comments
 (0)