Skip to content

Commit

Permalink
Update windows_evb_config_generator.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-jiao committed Mar 5, 2024
1 parent 9cb79ff commit 673501b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/windows_evb_config_generator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ void main() {
File(r'C:\Windows\System32\vcruntime140_1.dll'),
]) {
try {
e.copySync(windowsBuildDir.path);
e.copySync(windowsBuildDir.path + r'\' + e.name);
} catch (e, s) {
print(e);
print(s);
Expand Down

0 comments on commit 673501b

Please sign in to comment.