mirror of
https://github.com/lesserkuma/FlashGBX.git
synced 2026-09-11 02:15:25 -05:00
5 lines
173 B
Python
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)
|