This repository has been archived on 2024-06-15. You can view files and clone it, but cannot push or open issues or pull requests.
Launcher/Spitfire-Launcher.AppDir/AppRun

5 lines
95 B
Text
Raw Permalink Normal View History

2024-02-24 13:04:22 +00:00
#!/bin/bash
SELF=$(readlink -f "$0")
HERE=${SELF%/*}
EXEC="${HERE}/usr/bin/main"
exec "${EXEC}"