1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-12 05:18:59 +00:00

Fix #316: Include go.sum in installation to resolve dependency errors

This commit is contained in:
Tw93
2026-01-16 15:13:04 +08:00
parent e9cddbf4af
commit 115aa7c93a

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"