launch: add ability to override AppId via pragma or QS_APP_ID

This commit is contained in:
bbedward 2026-03-19 09:40:36 -04:00 committed by outfoxxed
parent eb6eaf59c7
commit 77c04a9447
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
5 changed files with 16 additions and 6 deletions

View file

@ -38,6 +38,7 @@ set shell id.
- Added `QS_DISABLE_FILE_WATCHER` environment variable to disable file watching.
- Added `QS_DISABLE_CRASH_HANDLER` environment variable to disable crash handling.
- Added `QS_CRASHREPORT_URL` environment variable to allow overriding the crash reporter link.
- Added `AppId` pragma and `QS_APP_ID` environment variable to allow overriding the desktop application ID.
## Bug Fixes