You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there does not seem to be a way to pass arguments to pyinstaller when using the pack command.
In my case I wanted to pass the --onefile and icon=... args, so I resorted to modifying the pyarmor code (options list in run_pyi_makespec) and hard-coding in the above arguments.
Questions:
Am I missing another way to achieve this?
Would a PR that allows arguments to be passed through to pyinstaller when using pack be welcome?
(or maybe a command that saves the patches spec file so one can use it manually with pyinstaller later?)
The text was updated successfully, but these errors were encountered:
Right now there does not seem to be a way to pass arguments to pyinstaller when using the
pack
command.In my case I wanted to pass the
--onefile
andicon=...
args, so I resorted to modifying the pyarmor code (options list inrun_pyi_makespec
) and hard-coding in the above arguments.Questions:
(or maybe a command that saves the patches spec file so one can use it manually with pyinstaller later?)
The text was updated successfully, but these errors were encountered: