wenkokke / talondoc

Document your Talon scripts using Sphinx.
https://wen.works/talondoc/
14 stars 7 forks source link

Build binaries with PyInstaller #156

Closed wenkokke closed 1 year ago

wenkokke commented 1 year ago

This is unfortunately not workable, because PyInstaller makes it impossible to pass -X utf8 to Python, and forces Python to ignore environment variables, so the compiled executables wouldn't work on Windows.