From 115aa7c93a385048537cbda18697d1dc91d3d93a Mon Sep 17 00:00:00 2001 From: Tw93 Date: Fri, 16 Jan 2026 15:13:04 +0800 Subject: [PATCH] Fix #316: Include go.sum in installation to resolve dependency errors --- install.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/install.ps1 b/install.ps1 index f4efd12..9e9613b 100644 --- a/install.ps1 +++ b/install.ps1 @@ -258,6 +258,7 @@ function Install-Mole { $filesToCopy = @( "mole.ps1" "go.mod" + "go.sum" "bin" "lib" "cmd"