Skip to content

Commit

Permalink
Fix build for targets with space (ios simulator)
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nac0 committed Jan 7, 2022
1 parent dec375d commit f078776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gui/aia_compiler_widget_desktop.dart
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ class _AIAAccepterState extends State<AIAAccepter> {
//"/c",
//"flutter",
"build",
id,
...id.split(" "),
],
workingDirectory: dir!.absolute.path,
runInShell: true,
Expand Down

0 comments on commit f078776

Please sign in to comment.