#!/bin/bash
cd /opt/tutanota
if [ -f /opt/tutanota/AppRun ]; then
./AppRun --no-sandbox %U
else
./tutanota-desktop
fi
exit 0
