mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
7 lines
116 B
Bash
7 lines
116 B
Bash
#!/bin/sh
|
|
dir=`dirname "$0"`
|
|
cd "$dir"
|
|
export DYLD_FALLBACK_FRAMEWORK_PATH=../Resources
|
|
exec ./fluxengine-gui "$@"
|
|
|