Skip to content
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

Process name for Windows build still says "Electron" #179

Closed
kethinov opened this issue Oct 31, 2015 · 2 comments
Closed

Process name for Windows build still says "Electron" #179

kethinov opened this issue Oct 31, 2015 · 2 comments
Labels
build-target:windows Bundling an Electron app specifically for Windows question ❓ Question about using Electron Packager. Not supported in this issue tracker.

Comments

@kethinov
Copy link

In task manager the process is still named "Electron" rather than showing the name of my app.

App source code: https://github.com/kethinov/DianeRehmDownloader

Command used: electron-packager ./ "Diane Rehm Downloader" --app-bundle-id=dianerehmdownloader --icon=images/appicon.ico --out=build --overwrite=true --platform=win32 --arch=x64 --version=0.33.3 --app-version=1.0.1

screen shot 2015-10-31 at 7 12 02 pm

Also, the default electron icon is still shown in the file system due to Windows build environment issues tracked in a separate issue.

@malept malept added needs info Issue reporter needs to provide more information for maintainers to take action build-target:windows Bundling an Electron app specifically for Windows labels Nov 1, 2015
@malept
Copy link
Member

malept commented Nov 1, 2015

Have you tried setting one or more of the --version-string options?

@kethinov
Copy link
Author

kethinov commented Nov 1, 2015

Looks like --version-string.FileDescription is the one that does it. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-target:windows Bundling an Electron app specifically for Windows question ❓ Question about using Electron Packager. Not supported in this issue tracker.
Projects
None yet
Development

No branches or pull requests

2 participants