mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-21 11:29:29 +08:00
fix: icon size
This commit is contained in:
parent
2e15c4e045
commit
613a44af5e
@ -1,4 +1,4 @@
|
||||
package cmd
|
||||
0package cmd
|
||||
|
||||
import (
|
||||
"bufio"
|
||||
@ -81,8 +81,8 @@ func generateWindowsIcon(pngFilename string, iconfile string) error {
|
||||
bpp: 32,
|
||||
planes: 1,
|
||||
offset: 22,
|
||||
width: 255,
|
||||
height: 255,
|
||||
width: 0,
|
||||
height: 0,
|
||||
}
|
||||
|
||||
// Load png
|
||||
|
Loading…
Reference in New Issue
Block a user