mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-09 08:27:36 +08:00
Fix path to executable
This commit is contained in:
parent
32d0f89312
commit
a006ce34f9
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ set -euo pipefail
|
||||||
swift build
|
swift build
|
||||||
target_dir=`swift build --show-bin-path`
|
target_dir=`swift build --show-bin-path`
|
||||||
(cd ../.. && mix release --overwrite --path=$target_dir/rel)
|
(cd ../.. && mix release --overwrite --path=$target_dir/rel)
|
||||||
$target_dir/demo
|
$target_dir/Demo
|
||||||
|
|
Loading…
Reference in a new issue