Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Windows Installer

Pre-release
Pre-release
Compare
Choose a tag to compare
@pocc pocc released this 05 May 10:28
· 322 commits to master since this release

This software is tagged with pre-release and should be treated as such.

To create the installer, do the following:

  1. Extract the zip and enter
  2. 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
  3. Compile the installer using the provided NSIS script in src/scripts