Is it possible to change the name of an existing app?
See original GitHub issueHey @develar, thanks for your work on this repo! Couldn’t find any existing issues about this, sorry to bother you with these questions.
I want to change the name of my app (as it appears to users); will changing productName
in package.json
be sufficient to change this?
Additionally, might I face any issues with Auto Update for existing users of my app (on Windows and macOS) if I do so?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Can I rename an app existing and t… | Apple Developer Forums
You probably want to do this: · Basically, yes, but be ready to grab the free'd up name (App A) before someone else...
Read more >How To Change iPhone App Icons And Rename Apps In iOS ...
Open the Shortcuts app on your iPhone or iPad. 2. In the 'My Shortcuts' tab, tap the '+' icon, available in the top-right...
Read more >How to change an Android app's name? - Stack Overflow
To change android app's name , go to activity which is launcher activity and change its label like I have done above in...
Read more >Can I use the same app name as an existing app in ... - Quora
While I am not sure how it would go legally, I would not advise using the same name, merely due to avoid undue...
Read more >How to Change or Rename Apps on Android? - Yashmi Geeks
Normally renaming of apps cannot be done on Android devices. Because the default names of the app get stored. And thus the Android...
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
@guanxun14 Yes. But please note that it is opensource project and I cannot guarantee that everything will work as expected. Just try.
Yes, you can change
productName
and it will not affect auto-update. I am not sure 100% if you use Squirrel.Windows instead of NSIS, but should be ok.