Changing Default Icon #234
Replies: 4 comments 1 reply
-
| I haven't found any built in way to do this but you can replace the icon file in the vendor folder vendor/nativephp/electron/resources/js/resources/icon.png | 
Beta Was this translation helpful? Give feedback.
-
| As a workaround, you can change the default icon by adding the following to the project's composer.json, then running      "scripts": {
        "post-install-cmd": [
            "cp ./storage/app/icon.png ./vendor/nativephp/electron/resources/js/resources/icon.png"
        ],
    }, | 
Beta Was this translation helpful? Give feedback.
-
| Yep, this isn't supported just yet. Moving to Ideas. I did start on this a while ago, but haven't finalised it yet | 
Beta Was this translation helpful? Give feedback.
-
| A quick update, I opened a new PR for this which is a smoother approach. Closing this thread as this will be merged soon. | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I`m trying to change the default icon but no luck so far. Any suggestions would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions