Changed the Wicked Engine launcher shebang (#442)

* Edited the `wicked-engine.sh` shebang shell to `sh`
This commit is contained in:
Molasses
2022-05-13 11:56:12 +02:00
committed by GitHub
parent c1fe3a23c9
commit fbdb772c76
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
echo "Starting Wicked Engine"
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
echo "Starting Wicked Engine Editor"