-
Notifications
You must be signed in to change notification settings - Fork 984
Add support for Browser in /e/ OS #6885
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -875,6 +875,22 @@ | |
| } | ||
| ] | ||
| } | ||
| }, | ||
| { | ||
| "type": "android", | ||
| "info": { | ||
| "package_name": "foundation.e.browser", | ||
| "signatures": [ | ||
| { | ||
| "build": "release", | ||
| "cert_fingerprint_sha256": "FD:8B:1E:55:5D:40:2A:47:ED:3B:72:F3:C4:73:82:5E:A7:D2:FD:9E:C7:AD:36:60:7C:2C:E0:04:C2:10:08:06" | ||
| }, | ||
| { | ||
| "build": "release", | ||
| "cert_fingerprint_sha256": "FE:36:B0:0A:C2:F0:5F:2E:29:50:33:C6:DE:C2:4E:A4:52:0E:D4:39:24:59:39:74:8D:8F:03:A5:E0:C1:90:A9" | ||
|
Comment on lines
+885
to
+890
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why are there two keys
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @lucasmz-dev /e/OS has both official and community builds, and they use different signing keys for browser.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is it the same for all community builds...? Because I could see this being resigned by every maintainer and it would be crazy to add every unofficial build here
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's kind of weird that it is different at all to me. There's like prebuilts too
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @lucasmz-dev Both official and community builds are made by /e/OS team. So it's same for all.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Community builds are not officially tested by the team for each devices. That's why it's seperated. Unofficial builds type is usually called 'test'. Which is not included in this list as it uses public keys. |
||
| } | ||
| ] | ||
| } | ||
| } | ||
| ] | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the wrong file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also make sure to put the data in alphabetical order, so foundation.e.browser would be one of the first on the list, after com. maybe