Page MenuHomePhabricator

[desktop] Allow packaging/ making the app without signing
ClosedPublic

Authored by michal on Jan 11 2023, 8:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 5:12 PM
Unknown Object (File)
Wed, Apr 17, 5:12 PM
Unknown Object (File)
Wed, Apr 17, 5:12 PM
Unknown Object (File)
Wed, Apr 17, 5:09 PM
Unknown Object (File)
Sat, Apr 13, 6:59 PM
Unknown Object (File)
Apr 2 2024, 12:22 AM
Unknown Object (File)
Mar 31 2024, 6:26 AM
Unknown Object (File)
Mar 26 2024, 12:50 AM
Subscribers

Details

Summary

This diff adds new yarn commands package-dev and make-dev that skip the signing step. This probably should have been done sooner but I only thought of it while adding the Buildkite CI (which is the next diff.). Now you don't have to have all the credentials to build the app for testing, and it's faster.

Test Plan

Run yarn package, yarn package-dev, yarn make, yarn make-dev on macOS and Windows and check if everything builds correctly.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable