#!/bin/sh
export LD_LIBRARY_PATH=/opt/standard-notes:$LD_LIBRARY_PATH
exec /opt/standard-notes/standard-notes.AppImage "$@"
