We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334939d commit 77f0333Copy full SHA for 77f0333
packages/debug_info_collector/lib/debug_info_collector.dart
@@ -8,7 +8,7 @@ final context = p.Context(style: p.Style.windows);
8
Future<void> collect() async {
9
final executable = await _getDumpExecutable();
10
11
- const windowsBuildDir = r'build\windows';
+ const windowsBuildDir = r'build\windows\x64';
12
13
const outputPath = r'build\syms';
14
0 commit comments