Merge remote-tracking branch 'origin/master'

This commit is contained in:
konrad 2017-09-06 00:50:02 +02:00
commit 353bf3b2e3
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)