#!/bin/sh
if [ ${DESKTOP_SESSION} = "plasma" ] || [ ${DESKTOP_SESSION} = "plasmawayland" ]; then
    pkexec /opt/Ventoy/VentoyGUI.x86_64 --qt5
else
    pkexec /opt/Ventoy/VentoyGUI.x86_64
fi
