Skip to content

Commit 77f0333

Browse files
committed
[debug_info_collector] fix flutter build path
1 parent 334939d commit 77f0333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/debug_info_collector/lib/debug_info_collector.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ final context = p.Context(style: p.Style.windows);
88
Future<void> collect() async {
99
final executable = await _getDumpExecutable();
1010

11-
const windowsBuildDir = r'build\windows';
11+
const windowsBuildDir = r'build\windows\x64';
1212

1313
const outputPath = r'build\syms';
1414

0 commit comments

Comments
 (0)