Skip to content

Commit 9411177

Browse files
committed
Fix deploy.sh when phone is connected
1 parent edae23c commit 9411177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ generate_screenshots() {
224224
export FLEXIFY_DEVICE_TYPE="$device_type"
225225

226226
# Try to generate screenshots
227-
if flutter drive --profile --driver=test_driver/integration_test.dart --target=integration_test/screenshot_test.dart; then
227+
if flutter drive --profile --driver=test_driver/integration_test.dart --target=integration_test/screenshot_test.dart -d emulator-5554; then
228228
print_success "Screenshots generated successfully for '$avd_name'"
229229
else
230230
print_warning "Screenshot generation failed for '$avd_name'"

0 commit comments

Comments
 (0)