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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user