yasha icon indicating copy to clipboard operation
yasha copied to clipboard

Feature Request: Binary executable for multiple OS

Open b-bittner opened this issue 6 years ago • 1 comments

Hi, It would be fantastic to have ready-to-go binaries to use an different OS-Platforms. Sometimes there are systems were it is not possible/wanted/allowed to install a full python-stack to run tools like yasha.

Nice to have would be: -linux32 -linux64 -linuxARM(hf) -windows32 -windows64

Unfortunately I don't have any experience with creating these binaries, but as a reference for releases for multiple OS, see https://github.com/borgbackup/borg/releases

b-bittner avatar Aug 30 '18 07:08 b-bittner

Pyinstaller could work, https://pyinstaller.readthedocs.io/en/v3.3.1/operating-mode.html.

kblomqvist avatar Sep 01 '18 06:09 kblomqvist