From a164da349f039e414906569eb946b3e8d30bb28c Mon Sep 17 00:00:00 2001 From: as Date: Sat, 26 Oct 2024 20:39:12 +0800 Subject: [PATCH] refactor: refine --- build.bat | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.bat b/build.bat index df6ef85..fd39092 100644 --- a/build.bat +++ b/build.bat @@ -1,3 +1,3 @@ @echo off -go build -o RPG-Maker-ACE-Cheater-Patcher.exe +go build -trimpath -o RPG-Maker-ACE-Cheater-Patcher.exe diff --git a/build.sh b/build.sh index 4bc33d2..3e223f8 100755 --- a/build.sh +++ b/build.sh @@ -3,4 +3,4 @@ export GOOS="windows" export GOARCH="amd64" -go build -o RPG-Maker-ACE-Cheater-Patcher.exe +go build -trimpath -o RPG-Maker-ACE-Cheater-Patcher.exe