Skip to content

Commit

Permalink
Use serial when downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Apr 3, 2024
1 parent 98a2439 commit 552d04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/adb.dart
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ drwxrwx--x 2 u0_a140 sdcard_rw 3488 2023-11-01 10:45 mods_old

static Future<String> downloadFile(
String? serialName, String source, String destination) async {
var result = await runAdbCommand(null, [
var result = await runAdbCommand(serialName, [
"pull",
fixPath(source, addQuotes: false),
destination,
Expand Down

0 comments on commit 552d04e

Please sign in to comment.