Fix for launching on case-sensitive systems
[xboard.git] / osxapp / XBoard.gtklauncher
index 2946412..2895275 100755 (executable)
@@ -70,7 +70,7 @@ if [ "x$GTK_DEBUG_SHELL" != "x" ]; then
        exec bash
 
 else
-       $EXEC "$bundle_contents/MacOS/$name-bin" "$@"
+       $EXEC "$bundle_contents/MacOS/xboard-bin" "$@"
 fi