#!/bin/sh
BIN_DIR=/usr/lib/brickadia-launcher
export LD_LIBRARY_PATH=$BIN_DIR:$LD_LIBRARY_PATH
exec "$BIN_DIR/main-brickadia-launcher" $@
