1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 19:40:07 +00:00

fix(windows): align source channel and prerelease binaries

Refs #538
This commit is contained in:
Tw93
2026-03-06 08:34:10 +08:00
parent 7c9b420a22
commit d0f627892d
17 changed files with 732 additions and 453 deletions

View File

@@ -211,6 +211,8 @@ New-Item -ItemType Directory -Path $tempBuildDir -Force | Out-Null
$filesToInclude = @(
@{Source = "$projectRoot\mole.ps1"; Dest = "$tempBuildDir\mole.ps1"},
@{Source = "$projectRoot\install.ps1"; Dest = "$tempBuildDir\install.ps1"},
@{Source = "$projectRoot\go.mod"; Dest = "$tempBuildDir\go.mod"},
@{Source = "$projectRoot\go.sum"; Dest = "$tempBuildDir\go.sum"},
@{Source = "$projectRoot\LICENSE"; Dest = "$tempBuildDir\LICENSE"},
@{Source = "$projectRoot\README.md"; Dest = "$tempBuildDir\README.md"}
)