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
To convert Certipy to a single one-file,please use: pyinstaller .\Certipy.spec
or pyinstaller -F certipy\entry.py -n Certipy.exe --hidden-import unicrypto.backends.pycryptodomex
First of all, thanks ly4k for your research. Certipy works fine in Python environment.
However, where Python is not available, I always convert .py to .exe.
This is what I normally do to convert .py to .exe.
pyinstaller --onefile myscript.py
However, instead of Certipy.py, there is a setup.py file in this repo.
What is the right way to convert Certipy to a single one-file budled executable?
The text was updated successfully, but these errors were encountered: