We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98de42 commit 2779f86Copy full SHA for 2779f86
build.sh
@@ -33,7 +33,7 @@ if command -v dart-pubspec-licenses-lite; then
33
oss_header >>build/dist/LICENSE
34
dart-pubspec-licenses-lite --pubspec-lock pubspec.lock >>build/dist/LICENSE
35
else
36
- echo 'Info: Unable to generate OSS_LICENSES.txt. Please install https://github.com/techouse/dart_pubspec_licenses_lite'
+ echo 'Info: Unable to generate OSS LICENSES. Please install https://github.com/techouse/dart_pubspec_licenses_lite'
37
fi
38
39
dart compile exe bin/main.dart -o build/dist/gm -S build/debug_info/gm
0 commit comments