mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2025-03-01 07:50:25 +01:00
500 B
500 B
How to make releases
Windows (MSYS2)
-
Pull the latest version of the code
-
Follow the compilation instructions
-
Open an MSYS2 x64 terminal
-
cd
into FEIS's source code root -
Use the release making script
For a regular semver release
python utils/make_windows.release.py 2.x.x
For preview builds
python utils/make_windows.release.py 2.x.x-alpha --timestamp
-
Distribute the generated
.zip
file