mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-07 21:44:36 +08:00
8 lines
178 B
Bash
Executable file
8 lines
178 B
Bash
Executable file
#!/bin/sh
|
|
set -euo pipefail
|
|
|
|
export MIX_ENV=prod
|
|
export ELIXIRKIT_APP_NAME=Demo
|
|
export ELIXIRKIT_PROJECT_DIR=$PWD/../../..
|
|
|
|
. ../../../elixirkit_swift/Scripts/build_macos_app.sh
|