We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Onboarding feels cumbersome, especially since it pollutes your global pip installation.
Can you offer compiled executables for releases?
I don't know how to do it on linux, but I have used the following for windows, it can probably be added to travis:
build.bat
pyInstaller --onefile --distpath . --workpath %APPDATA%/Local/Temp [-i icon.ico] -n restatic src/restatic/__main__.py
The text was updated successfully, but these errors were encountered:
Great suggestion. I will try this.
Sorry, something went wrong.
This would be fabulous if we could have it
No branches or pull requests
Onboarding feels cumbersome, especially since it pollutes your global pip installation.
Can you offer compiled executables for releases?
I don't know how to do it on linux, but I have used the following for windows, it can probably be added to travis:
build.bat
The text was updated successfully, but these errors were encountered: