#!/usr/bin/env bash
# Auto-generated by scripts/after-pack.cjs — do not edit; regenerate via build.
# Disables Electron's sandbox (see that file). ELECTRON_DISABLE_SANDBOX is read
# by native startup, before any JS runs, so it MUST be set here, not in the app.
export ELECTRON_DISABLE_SANDBOX=1
exec "$(dirname "$(readlink -f "${BASH_SOURCE[0]:-$0}")")/quillset.bin" "$@"
