Skip to content

Commit

Permalink
refactor: refine
Browse files Browse the repository at this point in the history
  • Loading branch information
allape committed Oct 26, 2024
1 parent 03bb95b commit a164da3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a164da3

Please sign in to comment.