Skip to content

Commit

Permalink
Change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kimorkim committed Apr 10, 2017
1 parent b2fd67f commit 802dc72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,19 @@
'name': 'onPress',
'title': 'onPress',
'contents': [{
'x': 240,
'y': 380,
'x': 460,
'y': 180,
'type': 'link',
'path': '/Applications'
}, {
'x': 240,
'y': 120,
'x': 140,
'y': 180,
'type': 'file',
'path': path.resolve(__dirname, 'out', 'onPress-darwin-x64', 'onPress.app'),
}],
'icon': './src/image/app.icns',
'icon-size': 80
'background': './src/image/background.png',
'icon-size': 120
}
};
}(module));
Binary file modified src/image/app.icns
Binary file not shown.
Binary file added src/image/background.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 802dc72

Please sign in to comment.