BurnSim - Linux (portable)
===========================

This is a self-contained, portable build - there's no installer, and nothing outside this
folder gets written to until you run it (app settings/license go under ~/.config and
~/.local/share, standard XDG locations).

To run:
    chmod +x BurnSim
    ./BurnSim

To add a menu entry (Applications menu icon), optional:
    chmod +x install-desktop-entry.sh
    ./install-desktop-entry.sh

That script points the menu entry at this exact folder, so if you move the folder afterward,
re-run it. To remove the menu entry: rm ~/.local/share/applications/burnsim.desktop
