Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
client: Set an icon for the windows executable
Browse files Browse the repository at this point in the history
Fixes #38
  • Loading branch information
nictuku committed Apr 1, 2016
1 parent 7df544f commit 15ede31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 15ede31

Please sign in to comment.