Files
TubeCards/scripts/update_generated_files.cmd
2022-10-10 12:26:11 +02:00

9 lines
453 B
Batchfile
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

echo ^<ESC^>[1m Fetching translations...[0m
flutter pub run lang_table:generate --platform=airTable --target=Flutter --input=https://api.airtable.com/v0/app6dkbYXMccUCZb1/i18n --api-key=keyRYfny0HikUbPSL
echo ^<ESC^>[1m Done.[0m
echo ^<ESC^>[1m Update generated flutter files...[0m
flutter pub run build_runner build --delete-conflicting-outputs
flutter packages pub run gen_lang:generate --output-dir lib/i18n
echo ^<ESC^>[1m Done.[0m