parent
31a9626c48
commit
db7e4fbbc4
@ -63,7 +63,7 @@ void main() {
|
||||
if (!(stdout.first.startsWith('Launching lib/main.dart on ') && stdout.first.endsWith(' in release mode...')))
|
||||
throw 'flutter run --release had unexpected first line: ${stdout.first}';
|
||||
stdout.removeAt(0);
|
||||
if (!stdout.first.startsWith('Gradle task \'assembleRelease\'...'))
|
||||
if (!stdout.first.startsWith('Running Gradle task \'assembleRelease\'...'))
|
||||
throw 'flutter run --release had unexpected second line: ${stdout.first}';
|
||||
stdout.removeAt(0);
|
||||
if (!(stdout.first.startsWith('Built build/app/outputs/apk/release/app-release.apk (') && stdout.first.endsWith('MB).')))
|
||||
|
Loading…
x
Reference in New Issue
Block a user