#!/bin/bash
cd /opt/Witsy-linux-x64/resources || exit 1
ELECTRON_OZONE_PLATFORM_HINT=auto /usr/share/electron/electron app.asar "$@"
