add build scripts
This commit is contained in:
parent
c3ee96429c
commit
1d2190d68e
26 changed files with 1327 additions and 6 deletions
5
scripts/_app_scaffolds/mac/myapp.app/Contents/MacOS/bootstrap
Executable file
5
scripts/_app_scaffolds/mac/myapp.app/Contents/MacOS/bootstrap
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# Based on code by https://github.com/malipetek - hey you did a brilliant job!
|
||||
MACOS="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||
CONTENTS="$(dirname "$MACOS")"
|
||||
exec "${MACOS}/main" --path="${CONTENTS}/Resources" --enable-extensions=true
|
Loading…
Add table
Add a link
Reference in a new issue