mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Suffix lint rule and fixes
This commit is contained in:
@@ -309,7 +309,7 @@ Then, run the tests using `pnpm run test-release`.
|
||||
macOS requires apps to be code signed with an Apple certificate. To test development builds
|
||||
you can ad-hoc sign the packaged app which will let you run it locally.
|
||||
|
||||
1. In `package.json` remove the macOS signing script: `"sign": "./ts/scripts/sign-macos.js",`
|
||||
1. In `package.json` remove the macOS signing script: `"sign": "./ts/scripts/sign-macos.node.js",`
|
||||
2. Build the app and ad-hoc sign the app bundle:
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user