01
macOS
build_mac_dmg.sh
→ .app + .dmg
Needs Xcode Command Line Tools (xcode-select --install).
Unforged Alchemy 4.0
One archive, three stills. Everything needed to distill the Player into a native macOS, Windows, or Linux build — run the matching script on the matching machine.
01
build_mac_dmg.sh
→ .app + .dmg
Needs Xcode Command Line Tools (xcode-select --install).
02
build_windows_exe.bat
→ .exe (folder)
No extra tools — PyInstaller ships its own bootloader.
03
build_linux.sh
→ binary + .tar.gz
Needs Qt runtime libs (libgl1, libegl1, libxkbcommon0, libdbus-1-3).