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

Windows main.cpp needs rename as well #45

Open adam-ah opened 1 year ago

adam-ah commented 1 year ago

Windows rename should also change the window name in windows\runner\main.cpp

...
  Win32Window::Size size(1280, 720);
  if (!window.Create(L"Untitled", origin, size)) {
    return EXIT_FAILURE;
...