-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrong icon when building on MacOS #18
Comments
You're buiding it for the MacOS, right? AFAIK this issue is meant to be the case for the Windows as well, but the same fix can be done for that... Actually might fix that issue... AFAIK Electron supports now the Apple M1 (MacOS ARM), which is why this might be needed for someone... but I don't think I will ever provide any of the releases for MacOS or Windows, no matter if it is installed on the X86 nor ARM hardware. |
I'm building it for MacOS on MacOS. as I said, I'm doing it for fun, anyone on MacOS will probably just use the official app. |
- Fixed (#18) and (#19) issues. - Added the icons for the MacOS/Windows builds. - Some syntax changes. - Copyright year isn't updated automatically based on the current year from now. - Splitted electron-forge configuration lines to the new JavaScript file. - Moved the application documentation to the "docs/" folder. - Improved building on Linux hosts (with additional BASH script).
- Fixed (#18) and (#19) issues. - Added the icons for the MacOS/Windows builds. - Some syntax changes. - Copyright year isn't updated automatically based on the current year from now. - Splitted electron-forge configuration lines to the new JavaScript file. - Moved the application documentation to the "docs/" folder. - Improved building on Linux hosts (with additional BASH script).
Improved in the commit: f1717ad |
* Some minior fixes. - Fixed (#18) and (#19) issues. - Added the icons for the MacOS/Windows builds. - Some syntax changes. - Copyright year isn't updated automatically based on the current year from now. - Splitted electron-forge configuration lines to the new JavaScript file. - Moved the application documentation to the "docs/" folder. - Improved building on Linux hosts (with additional BASH script). * Fixed the bug in spellchecker (#22). * Improved DEB build in the forge config.
I built the app on MacOS (for fun, I don't really need it so it doesn't really matter if its fixed or not) with
npm i && npm run make
that resulted with a zip with the .app inside as it should, but the .app's icon is the electron icon, not the discord one:
The text was updated successfully, but these errors were encountered: