fluttercommunity / font_awesome_flutter

The Font Awesome Icon pack available as Flutter Icons
Other
842 stars 241 forks source link

Running configurator.bat immediately closes console with no result #258

Closed digibum closed 7 months ago

digibum commented 7 months ago

Describe the bug Running configurator.bat from CMD, immediately closes console with no result or error.

To Reproduce Steps to reproduce the behavior:

  1. Download font_awesome_flutter-master
  2. Coppy ttf files and icons.json to \font_awesome_flutter-master\lib\fonts
  3. Run flutter pub get
  4. Open CMD in \font_awesome_flutter-master\util and execute configurator.bat
  5. CMD Window immediately closes

Additional context Using latest FontAwesome Pro 6.5.1

digibum commented 7 months ago

Solved

  1. Install Git, add it to the PATH variable.
  2. Run configurator.bat with Windows PowerShell.