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

Home Page:https://pub.dev/packages/rename

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows, setAppName does not work when window.CreateAndShow is used

gourgouris opened this issue · comments

When I try to use setAppName for a windows target, if my code has window.CreateAndShow instead of window.Create, once the tool is run, it replaces the name but also it replaces CreateAndShow with Create.
I think there is a typo in this line:


Shouldn't it be return 'CreateAndShow(L"$appName"';

Hey @gourgouris , thank you for reporting this can you try with the latest version I have fix for it ✌️

version 3.0.1

Please reopen the issue if it isn't fixed