1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-16 12:56:11 +00:00

fix: include go.sum in installation to fix analyze/status build

Fixes #316 - The go.sum file was missing from the install file list,
causing 'missing go.sum entry' errors when trying to build the Go
tools (analyze, status) on systems without pre-built binaries.
This commit is contained in:
Bhadra
2026-01-16 12:48:37 +05:30
parent 8e661a7b22
commit 8a22b202b2

View File

@@ -258,6 +258,7 @@ function Install-Mole {
$filesToCopy = @( $filesToCopy = @(
"mole.ps1" "mole.ps1"
"go.mod" "go.mod"
"go.sum"
"bin" "bin"
"lib" "lib"
"cmd" "cmd"