Skip to content

Commit 2779f86

Browse files
committed
🔧 Update build script
1 parent f98de42 commit 2779f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if command -v dart-pubspec-licenses-lite; then
3333
oss_header >>build/dist/LICENSE
3434
dart-pubspec-licenses-lite --pubspec-lock pubspec.lock >>build/dist/LICENSE
3535
else
36-
echo 'Info: Unable to generate OSS_LICENSES.txt. Please install https://github.com/techouse/dart_pubspec_licenses_lite'
36+
echo 'Info: Unable to generate OSS LICENSES. Please install https://github.com/techouse/dart_pubspec_licenses_lite'
3737
fi
3838

3939
dart compile exe bin/main.dart -o build/dist/gm -S build/debug_info/gm

0 commit comments

Comments
 (0)