mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-14 15:55:02 +00:00
6 lines
No EOL
156 B
Bash
Executable file
6 lines
No EOL
156 B
Bash
Executable file
#! /usr/bin/env bash
|
|
|
|
cargo run -- build
|
|
mkdir -p SwiftUIDemo.app/Contents/MacOS/
|
|
mv swiftui SwiftUIDemo.app/Contents/MacOS/SwiftUIDemo
|
|
open SwiftUIDemo.app |