1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 12:41:46 +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 = @(
"mole.ps1"
"go.mod"
"go.sum"
"bin"
"lib"
"cmd"