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