This repository has been archived by the owner on Jun 6, 2022. It is now read-only.
Windows Installer
Pre-release
Pre-release
This software is tagged with pre-release and should be treated as such.
To create the installer, do the following:
- Extract the zip and enter
- In root of project (pyinstaller must be installed):
pyinstaller --windowed --icon=.\src\media\miles.ico --clean --add-data="src\media\;media" --add-data="src\scripts;scripts" --add-data="LICENSE.txt;." .\src\merlink.py
- Compile the installer using the provided NSIS script in src/scripts