You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/auto-update.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Nucleus provides a complete auto-update solution compatible with the [electron-builder update format](https://www.electron.build/auto-update). The system has two parts:
4
4
5
5
1.**Build-time**: The plugin generates update metadata files (`latest-*.yml`) alongside your installers
6
-
2.**Runtime**: The `nucleus-updater-runtime` library checks for updates, downloads, and installs them
6
+
2.**Runtime**: The `nucleus.updater-runtime` library checks for updates, downloads, and installs them
7
7
8
8
## How It Works
9
9
@@ -89,7 +89,7 @@ The channel is auto-detected from the version tag in CI.
0 commit comments