Process name for Windows build still says "Electron" #179
Labels
build-target:windows
Bundling an Electron app specifically for Windows
question ❓
Question about using Electron Packager. Not supported in this issue tracker.
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
Also, the default electron icon is still shown in the file system due to Windows build environment issues tracked in a separate issue.
The text was updated successfully, but these errors were encountered: