`appIcon` option does nothing
gregcotten opened this issue · 3 comments
I haven't had a moment to check with Windows yet, but I've reached my wit's end trying to get electron-forge package
to use the icon path I provided.
I've tried setting my forge config file packagerConfig:appIcon
as an absolute path (with and without the .icns file extension in the path) a relative path from the directory electron-forge package
is called from (with and without the .icns file extension in the path) and then tried doing both of those again instead with a .png (with and without the .png extension in the path).
The packaged app always has an electron.icns
file in the Resources folder and the Info.plist CFBundleIconFile
is always set to electron.icns
Does anyone have any ideas?!?! I am using "vanilla" packaging without webpack if that is relevant.
Electron Packager 17.1.1
Node v19.1.0
Host Operating system: darwin 22.1.0 (arm64)
👋 Thanks for opening your first issue here! If you have a question about using Electron Packager, read the support docs. If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. Development and issue triage is community-driven, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
Perhaps because it's called icon
and not appIcon
? Or is that a typo in the issue?
Perhaps because it's called
icon
and notappIcon
? Or is that a typo in the issue?
🤦♂️