JackMcKew / pyinstaller-action-windows

Github Action for building executables with Pyinstaller
MIT License
173 stars 71 forks source link

Support custom commands #26

Closed jurf closed 1 year ago

jurf commented 2 years ago

Hey,

would it be possible to add support for custom commands? I generate my app from a Python script, so currently I cannot use this, although it would otherwise be very useful for me.

I don’t mind creating a PR if you are ok with it.

JackMcKew commented 2 years ago

G'day!

Please feel more than welcome to open a PR :)

JackMcKew commented 1 year ago

Closing due to stale

jurf commented 1 year ago

Yeah, I did try to do this but quickly realised that I have to build my own container anyway to get it working for my app. :/

JackMcKew commented 1 year ago

If you'd like to submit a PR with a docker image, this is how it can be achieved:

https://github.com/JackMcKew/pyinstaller-action-linux/tree/python3.10/Dockerfiles