mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 12:41:46 +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:
@@ -258,6 +258,7 @@ function Install-Mole {
|
||||
$filesToCopy = @(
|
||||
"mole.ps1"
|
||||
"go.mod"
|
||||
"go.sum"
|
||||
"bin"
|
||||
"lib"
|
||||
"cmd"
|
||||
|
||||
Reference in New Issue
Block a user