mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-15 20:37:55 +08:00
6 lines
121 B
Bash
6 lines
121 B
Bash
|
#!/bin/sh
|
||
|
set -euo pipefail
|
||
|
|
||
|
. `dirname $0`/build_app.sh
|
||
|
. ../../../elixirkit/elixirkit_swift/Scripts/build_macos_dmg.sh
|