Skip to content

Commit 7c72bad

Browse files
committed
chore(suite-desktop): delete totally outdated doc
1 parent 2eb6522 commit 7c72bad

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/releases/desktop_updates.md

-9
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,3 @@ The desktop build of Trezor Suite uses an auto-updating feature to keep the appl
77
The package `electron-updater` (part of `electron-builder`) is used to manage updates. Information about updates is displayed in our UI and the user can perform actions related to them (trigger update, skip, etc...).
88

99
In addition of what `electron-updater` provides us, we check signatures of downloaded files. For this to work, all files uploaded on Github need to have a signature attached with them. The signature will be checked against the SL signing key which is included in the application at build time. The key is located in `packages/suite-desktop-core/build/app-key.asc` and should be updated if the private key is changed.
10-
11-
## How to publish an update
12-
13-
1. Set the `GH_TOKEN` environment variable to a personal access token with access on the project repo scope. See [Github documentation](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) for more information.
14-
1. Check the version you want to publish is correct.
15-
1. Build all or a platform specific desktop build using `yarn workspace @trezor/suite-desktop run build:desktop` (all) or `yarn workspace @trezor/suite-desktop run build:linux` (platform specific/linux).
16-
1. Publish all builds or a platform specific build using `yarn workspace @trezor/suite-desktop run publish:all` (all) or `yarn workspace @trezor/suite-desktop run publish:linux` (platform specific/linux).
17-
1. Go to the Github Releases page, you should see a drafted release.
18-
1. Update the content (which will be displayed in app as a change log) and publish the release.

0 commit comments

Comments
 (0)