set windows default icon

This commit is contained in:
Felix Angell 2018-05-05 20:36:51 +01:00
parent 1c6deed9ae
commit e585c6044a
2 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ func main() {
size := "16"
switch runtime.GOOS {
case "windows":
size = "256"
size = "64"
case "darwin":
size = "512"
case "linux":

BIN
phi.exe

Binary file not shown.