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

--launcherIcon does not work (iInvalid character)

leoshak opened this issue · comments

Command:

flutter pub global run rename --launcherIcon "../my-app/ic_launcher.png"

Error:

Invalid character

-t, --target          Set which platforms to target.
                      [android, macOS, ios]
-a, --appname         Sets the name of the app.
-b, --bundleId        Sets the bundle id.
-l, --launcherIcon    Sets the launcher icon.
-h, --help            Shows help.

This feature is should be deprecated not used for a long time but In my first free time I will try to fix that