mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-07-20 09:17:14 +00:00
the old setup treated any positional argv[1] (that wasn't a flag or deep-link) as an instance_id, hid the main window, and spawned the game. a crafted shortcut, scheduled task, malicious .desktop file, or shell-out from another local program could stealth-launch any installed instance. require an explicit --launch <instance_id> flag now. positional args without the flag are ignored. deep-link handling stays the same (single-instance plugin still routes those). |
||
|---|---|---|
| .. | ||
| capabilities | ||
| gen/schemas | ||
| icons | ||
| resources/DLC/Emerald Skin Pack | ||
| scripts | ||
| src | ||
| .gitignore | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| tauri.conf.json | ||
| tauri.nightly.conf.json | ||