Skip to content
Snippets Groups Projects
Commit 724502a7 authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

[sbs] Fixed execution on MacOS

parent 26dc75f5
No related branches found
No related tags found
No related merge requests found
...@@ -170,7 +170,11 @@ run() { ...@@ -170,7 +170,11 @@ run() {
ohai "Run" ohai "Run"
if [[ "$OSTYPE" == "darwin"* ]]; then
$build_dir/$target.app/Contents/MacOS/$target
else
$build_dir/$target $build_dir/$target
fi
} }
list() { list() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment