Skip to content

Commit

Permalink
Fix goversioninfo arch flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
icedream committed Apr 21, 2017
1 parent cb55b85 commit 11201d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rsrc_windows_386.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package main

//go:generate goversioninfo -manifest "rsrc/app.manifest" -icon "rsrc/app.ico" -o "rsrc_windows.syso" -arch 386
//go:generate goversioninfo -manifest "rsrc/app.manifest" -icon "rsrc/app.ico" -o "rsrc_windows.syso"
2 changes: 1 addition & 1 deletion rsrc_windows_amd64.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package main

//go:generate goversioninfo -manifest "rsrc/app.manifest" -icon "rsrc/app.ico" -o "rsrc_windows.syso" -arch amd64
//go:generate goversioninfo -manifest "rsrc/app.manifest" -icon "rsrc/app.ico" -o "rsrc_windows.syso" -64

0 comments on commit 11201d1

Please sign in to comment.