Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore binary export #483

Open
montyly opened this issue Aug 6, 2023 · 0 comments
Open

Explore binary export #483

montyly opened this issue Aug 6, 2023 · 0 comments

Comments

@montyly
Copy link
Member

montyly commented Aug 6, 2023

It might be easier for external tools to distribute cc as a binary.

One solution is to use PyInstaller:

  • Copy __main__.py to launcher.py
  • Run pyinstaller crytic_compile/launch.py
  • The app is then located in dist/launcher/*

There is also the possibility to use --onefile with pyinstaller to create 1 binary, however it creates a large startup delay

I haven't looked at alternatives to pyinstaller, so it's something we can explore.

Once we have a working process, we could do the same for slither

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant