How to change/customize appname and author
See original GitHub issueI have downloaded ElectronNET-API-Demos. I have gotten it running simply enough. My problem is that I am new and I am trying to figure out how to customize an installer build in order to deploy my custom application.
I have run electronize build /target win
and I have created a “electron.net.host Setup 1.0.2.exe” file under "ElectronNET-API-Demos\obj\desktop\win\dist". My question is which package.json files (or other files) do I need to customize in order to change the Author and other properties about the build for my exe?
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
How to customize your iPhone's app icons
If you'd rather have your own name, tap on the arrow next to it and select Rename.
Read more >5 Ways to Change App Icon and Name on Android
Customize App Icons on OxygenOS · 1. Tap and hold anywhere on the home screen. Click on Icons. · 2. Here, you will...
Read more >How to Change and Customize App Icons on Android
Select the app you want to pick a new icon for, then choose Icon on the next screen to customize its look. Under...
Read more >android - Change icon/name of the app/author's name after ...
I made an app and published it at Google Play. Can I change icon/name of the app/author's name after publishing app on Google...
Read more >How do I change the app names back to whi…
It made my whole screen a weird color when I selected it. I'm wondering how to change the app names that are black,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Actually as @Tum4ik mentioned in the chat before, a better temporary workaround solution would be as follow:- you should modify the author property in your package.json file and pass the package.json file during your build via command electronize build /target win /package-json package.json
You can set a name and author of the app in
electron.manifest.json
with the new Electron.NET version 8.31.1 (#348 )As example: