Files
WickedEngine/Editor/Linux/Installer/Distribution/wicked-engine.template.sh
T
Molasses fbdb772c76 Changed the Wicked Engine launcher shebang (#442)
* Edited the `wicked-engine.sh` shebang shell to `sh`
2022-05-13 11:56:12 +02:00

7 lines
128 B
Bash
Executable File

#!/bin/sh
echo "Starting Wicked Engine Editor"
cd @CMAKE_INSTALL_PREFIX@/@EDITOR_INSTALL_FOLDER@
exec ./WickedEngineEditor $@