mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-11 07:24:30 +08:00
5 lines
111 B
Bash
Executable file
5 lines
111 B
Bash
Executable file
#!/bin/sh
|
|
set -euo pipefail
|
|
|
|
. `dirname $0`/build_app.sh
|
|
. ../../../elixirkit_swift/Scripts/build_macos_dmg.sh
|