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