diff --git a/client/release.sh b/client/release.sh index 1c92a82..a9882f5 100644 --- a/client/release.sh +++ b/client/release.sh @@ -7,3 +7,8 @@ # The windowsgui option avoids opening a console. GOARCH=amd64 go build -ldflags -H=windowsgui -o stardew_rocks.exe + +# rcedit can be downloaded from: +# https://github.com/atom/rcedit/releases +rcedit.exe stardew_rocks.exe --set-icon ../assets/img/farm.ico +