mazm786 commented on issue #56: URL: https://github.com/apache/cordova-electron/issues/56#issuecomment-1023262554
> # Feature Request > ## Motivation Behind Feature > There is no way to change an application category for Linux targets. It will always be set to a default value - "Utility". > > Output in the terminal, when building for a Linux target: > > ``` > • application Linux category is set to default "Utility" reason=linux.category is not set and cannot map from macOS docs=https://www.electron.build/configuration/linux > ``` > > ## Feature Description > Allow user to set the application `category` in the `build.json` file. > > For instance, like this: > > ``` > { > "electron": { > "linux": { > "package": [ > "tar.gz" > ], > "arch": ["x64"], > "category": "Game" > } > } > } > ``` I want to change default electron icon for linux build. Please post solution. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
