Provide a `./mach` command that can be used to sign local packaged builds so that developers can easily sign Firefox app bundles and perform manual testing.
Bug 1876902 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Provide a `./mach` command that can be used to sign local packaged builds so that developers can easily sign Firefox app bundles and perform manual testing. This won't get us to having local builds be automatically signed so that `./mach test ...` commands run on sign builds, but it is one step closer. The .app built in the object dir is not signable because it includes symlinks to outside the bundle. Bug 1522409 can be used for the future work to make signing automatic.