#!/bin/sh
# Wrapper script for RustDesk
# We must CD into the directory so Flutter finds libapp.so and data/
cd /usr/libexec/rustdesk
exec ./rustdesk.bin "$@"
