Iocns fix

This commit is contained in:
konrad 2017-09-03 14:32:43 +02:00 committed by kolaente
parent 033073970d
commit 8e78fcb2da
3 changed files with 2 additions and 2 deletions

BIN
gopher.icns Normal file

Binary file not shown.

BIN
gopher.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -97,8 +97,8 @@ func main() {
var err error
if a, err = astilectron.New(astilectron.Options{
AppName: "Astilectron",
AppIconDefaultPath: "/gopher.png",
AppIconDarwinPath: "/gopher.icns",
AppIconDefaultPath: "gopher.png",
AppIconDarwinPath: "gopher.icns",
BaseDirectoryPath: "astilectron-deps",
}); err != nil {
fmt.Println(err)