diff --git a/gopher.icns b/gopher.icns new file mode 100644 index 0000000..4913010 Binary files /dev/null and b/gopher.icns differ diff --git a/gopher.png b/gopher.png new file mode 100644 index 0000000..0b6a1a6 Binary files /dev/null and b/gopher.png differ diff --git a/main.go b/main.go index 7cde098..9c25978 100644 --- a/main.go +++ b/main.go @@ -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)