-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[icons] Use buildResources folder (#771)
This PR updates the application icon folder structure and declarations to be aligned with updated electron-builder documentation. Specifically, we streamline the usage of application icons by: - Removing direct icon references for each platform in package.json, and replacing with a top-level buildResources directory - Removing the linux-specific icon so electron-builder can use icon.icns for both Linux and Mac (per the docs) Per the docs, icons in buildResources will automatically be detected and used accordingly as follows: - icon.icns -- Mac and Linux (installers and applications) - background.png and [email protected] (Mac installer backgrounds) - icon.ico -- Windows (installer and application)
- Loading branch information
Showing
16 changed files
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.