1
0
Fork 0
forked from eden-emu/eden

[cmake, ci] Reworrk the DEVEL env variable to automatically wok for all platorms

This commit is contained in:
nyx-ynx 2025-10-06 08:07:12 -07:00
parent eec63a0f85
commit abd24b12e5
8 changed files with 15 additions and 13 deletions

View file

@ -27,5 +27,5 @@ Boolean flags (set `true` to enable, `false` to disable):
* AppImage packaging script: `.ci/linux/package.sh`
* Accepts same arch targets as build script
* Use `DEVEL=true` to rename app to `Eden Nightly`
* Use `DEVEL=true` to rename app to `Eden Nightly` and disable the update checker
* This should generally not be used unless in a tailor-made packaging environment (e.g. Actions/CI)