onatcipli / rename

The Rename CLI Tool is a utility designed to modify your Flutter project's AppName and BundleId across various platforms, such as iOS, Android, Macos, Linux, Windows and Web
https://pub.dev/packages/rename
MIT License
164 stars 39 forks source link

Add windows rename suppport #41

Closed TonyHoyle closed 1 year ago

TonyHoyle commented 1 year ago

This changes the main cpp file and the RC file to match the app name

I suspect that the InternalName in the RC should more sensibly be the appId but this suffices, the important part is the FileDescription which is used as the friendly name on the icon.

No attempt is made to change the MuiCache but that's direct registry manipulation and outside the scope of the build process.