fbdb772c76
* Edited the `wicked-engine.sh` shebang shell to `sh`
7 lines
128 B
Bash
Executable File
7 lines
128 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Starting Wicked Engine Editor"
|
|
|
|
cd @CMAKE_INSTALL_PREFIX@/@EDITOR_INSTALL_FOLDER@
|
|
exec ./WickedEngineEditor $@
|