#!/usr/bin/sh
SWAI_PATH="/usr/share/swai"

"$SWAI_PATH/node_modules/electron/dist/electron" "$SWAI_PATH/index.js" "$@" \
    --enable-features=UseOzonePlatform \
    --ozone-platform=x11 \