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

Replace wrong log text "Windows" to "Web" for "--target web" #40

Closed JILeXanDR closed 1 year ago

JILeXanDR commented 1 year ago

This micro MR fixes wrong log where it says Windows instead of Web when target is web.

image