mirror of https://github.com/icedream/icecon.git
6 lines
153 B
Go
6 lines
153 B
Go
|
// +build windows,amd64
|
||
|
|
||
|
package main
|
||
|
|
||
|
//go:generate goversioninfo -manifest "rsrc/app.manifest" -icon "rsrc/app.ico" -o "rsrc_windows.syso" -arch amd64
|