This commit is contained in:
Richard Feldman 2022-02-24 22:19:48 -05:00
parent 09dec55e6e
commit cb40c21374
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798

View file

@ -244,9 +244,9 @@ mod cli_run {
return;
}
}
"gui" => {
// Since this one requires opening a window, we do `roc build` on it but don't runt i.t
build_example(&Path::new(example.filename), &["--optimize"]);
"hello-gui" => {
// Since this one requires opening a window, we do `roc build` on it but don't run it.
build_example(&file_name, &["--optimize"]);
return;
}