Commit 7f499ce5 by Sebastián Katzer

Set default for icon: to res://icon

parent db99b475
...@@ -618,7 +618,7 @@ exports.applyPlatformSpecificOptions = function () { ...@@ -618,7 +618,7 @@ exports.applyPlatformSpecificOptions = function () {
switch (device.platform) { switch (device.platform) {
case 'Android': case 'Android':
defaults.icon = 'res://ic_popup_reminder'; defaults.icon = 'res://icon';
defaults.smallIcon = 'res://ic_popup_reminder'; defaults.smallIcon = 'res://ic_popup_reminder';
defaults.ongoing = false; defaults.ongoing = false;
defaults.led = 'FFFFFF'; defaults.led = 'FFFFFF';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment