Closed dbuse closed 2 years ago
Now running python CxFreezeBuild.py build should work and produce a frozen installation and zip file on Linux as well.
python CxFreezeBuild.py build
To do so, CxFreezeBuild.py now only tries to find some dll and exe files if freezing on windows.
CxFreezeBuild.py
This PR also adds the cx_Freeze package as a dev-dependency to poetry.
cx_Freeze
Ich hab bei mir die selben änderungen lokal gemacht, danke für den PR :)
Danke für den PR :-)
Now running
python CxFreezeBuild.py build
should work and produce a frozen installation and zip file on Linux as well.To do so,
CxFreezeBuild.py
now only tries to find some dll and exe files if freezing on windows.This PR also adds the
cx_Freeze
package as a dev-dependency to poetry.