Lector icon indicating copy to clipboard operation
Lector copied to clipboard

Consider using fbs to streamline release?

Open rachtsingh opened this issue 4 years ago • 2 comments

I'll probably do this anyway in my fork just to make a Windows executable (and see if it works fine), but have you considered using fbs to make .app and .exe files?

If you're open to it, I'll submit a PR.

rachtsingh avatar Mar 01 '20 06:03 rachtsingh

What about pyqtdeploy? I hear it supports android/ios. Android could be nice...

traverseda avatar Apr 12 '20 14:04 traverseda

If you don't want to bite off the whole of fbs, you can still use pyinstaller by itself. I've found it fairly simple to get Windows/macOS/Linux binaries generated.

da4089 avatar Jul 12 '20 22:07 da4089