Files
FlashGBX/run.py
Lesserkuma a779a3d8cd 0.8β
2020-10-03 18:56:01 +02:00

5 lines
173 B
Python

# Note: This file runs FlashGBX in portable mode and is also used to build the portable Windows archive.
from FlashGBX import FlashGBX
FlashGBX.main(portableMode=True)