#!/bin/sh
# Thin wrapper installed at /usr/bin/privacyfence-companion by the .deb
# package (scripts/build_deb.sh) -- the companion's own equivalent of
# privacyfence-app-wrapper (see that file's own comment for why a wrapper
# exists at all: Debian policy puts the PyInstaller onedir bundle itself
# under /opt, so this is what puts a stable name on PATH). Run by
# resources/linux/privacyfence-companion.desktop's Exec= lines
# (#428 Phase 3, ADR 0002).
exec /opt/privacyfence/PrivacyFenceCompanion "$@"
