-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Pre Audit Issues #72
Comments
Related Windows code signing/warning prompts issue can be found in #76 |
checksum file can be easily generated from a release asset with something like:
We would just need to add the resulting file with the release assets. |
Ideally, we would want to use a CI server to build our release and only have the CI server do all the packaging, signing and generating the checksum file. |
Failed to write in directory should be fixed with #77 |
So far the AppImage target for Linux built on Ubuntu Desktop 20.04 works on:
It fails on:
No warning prompt on any of these distro, but you need to make the file executable (+x) to run it which might be somewhat confusing for some. Documentation will have to mention that for sure. |
Getting a working dev/bundle environment for Key Gen on Ubuntu Desktop 18.04 is very different than the instructions we currently have and it was a pain, but I managed to bundle there with Python 3.7. The resulting AppImage target does run on Tails 4.23 ✔. I'll have to write those instructions down and make it clean so we can reproduce it. |
I've updated the README to include instructions on how to setup a clean Ubuntu Desktop 18.04 machine to build Linux distribution releases. |
Just tested to confirm that the bundled key gen works on Windows 8.1 ✔. But I found an issue which should be fixed with #80 |
The text was updated successfully, but these errors were encountered: