summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2025-06-23 10:24:32 -0400
committerJordan Wiens <jordan@psifertex.com>2025-06-23 10:24:32 -0400
commit17b2cb59846073fdbc08235555fd68cdb6852c42 (patch)
treee311df76dce610d16c28f984e0fb5e1fb6143b42 /docs
parent1367521912c49d8f25e5277da6ff81a83382509e (diff)
add image for update dialog
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/index.md2
-rw-r--r--docs/img/update-dialog.pngbin0 -> 96289 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md
index 1ba08f8c..a0657c98 100644
--- a/docs/guide/index.md
+++ b/docs/guide/index.md
@@ -1052,6 +1052,8 @@ For more detailed information on plugins, see the [debugger guide](debugger/inde
## Updates
+![Update Dialog >](../img/update-dialog.png "Update Dialog"){ width="600" }
+
Binary Ninja automatically updates itself by default. This functionality can be disabled in the `Update Channel` dialog (`[CMD/CTRL] p`, `Update Channel`, or under the `Preferences` sub menu available under `Edit` on Linux and Windows, and the Application menu on macOS) preferences by turning off the `Update to latest version automatically` option. Regardless of whether automatic updates are enabled, it is always possible to check for updates by selecting `Check for Updates...` from either the command palette or under `Help` menu on Linux and Windows, and the Application menu on macOS.
Updates are silently downloaded in the background and when complete an option to restart is displayed in the status bar. When an update is available but has not been applied, a blue up arrow will appear in the status bar. Clicking this arrow will apply the update once it ensures it has the latest update, downloading it if necessary. Once the update is complete, a green arrow will appear in its place with the message "Restart to Apply Update". Even if the arrow is not clicked, once the arrow is green, Binary Ninja will replace itself with the new version as it launches whenever it is restarted.
diff --git a/docs/img/update-dialog.png b/docs/img/update-dialog.png
new file mode 100644
index 00000000..cbd25b90
--- /dev/null
+++ b/docs/img/update-dialog.png
Binary files differ