mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #31] Will this work on Linux? #29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Harvie on GitHub (Nov 19, 2018).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/31
Can i use this on Linux to build .exe files for Windows users?
@brentvollebregt commented on GitHub (Nov 19, 2018):
Read: https://github.com/pyinstaller/pyinstaller/issues/2613, PyInstaller is cross-platform but not a cross-compiler.
Although https://github.com/pyinstaller/pyinstaller/issues/2613#issuecomment-302298224 points out that pyinstaller + wine under docker can work well in many circumstances and notes the repo at cdrx/docker-pyinstaller.