Page 1 of 1

Installator for different OS.

Posted: Mon Apr 20, 2020 1:07 pm
by igogo
Why we don't want to use PyInstaller for creation stand alone installators for different OS?
http://www.pyinstaller.org/index.html

Re: Installator for different OS.

Posted: Mon Apr 20, 2020 1:55 pm
by mhertz
I'm not a dev, but doadin has been working on getting pyinstaller to work for deluge2 on windows and has most of the job done already, and only misses little yet, I believe. It's on his github if interested. That is the reason still no windows installer available for deluge2 officially.

here's the open ticket for this(pyinstaller etc.): https://dev.deluge-torrent.org/ticket/3201

For e.g. linux it doesn't make sence using such imho, as no reason to freeze and duplicate deps etc, on that platform.

Re: Installator for different OS.

Posted: Mon Apr 20, 2020 4:22 pm
by igogo
Great. I haven't seen this topic.
Yes, for Linux it doesn't have a sense but for Win, macOS, FreBSD...
Looking forward for finishing this job.