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

Working build with linux executables

Pre-release
Pre-release

Choose a tag to compare

@pocc pocc released this 19 Apr 10:06
· 369 commits to master since this release

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

Linux Executables

Fixed #2

merlink.tar.gz has unnecessary libraries removed and is smaller. pyinstaller ./src/merlink.py
merlink is one bundled file, and is ~2x as large. pyinstaller -D ./src/merlink.py

Windows Executables

merlink.exe is a bundled file. pyinstaller --onefile -w .\src\merlink.py