Skip to content

Commit

Permalink
add-item-from-FAQs
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
Lizzieepton committed Feb 20, 2023
1 parent 9b54e2a commit 96fa53b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/USER-DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,11 @@ macOS 10.10 (Yosemite) and newer versions][electron-supported-platforms].
[unetbootin]: https://unetbootin.github.io
[windows-iot-dashboard]: https://developer.microsoft.com/en-us/windows/iot/downloads
[woeusb]: https://github.com/slacka/WoeUSB

How can I simulate an update alert?
-----------------------------
You can set the ETCHER_FAKE_S3_LATEST_VERSION environment variable to a valid semver version (greater than the current version) to trick the application into thinking that what you put there is the latest available version, therefore causing the update notification dialog to be presented at startup.

Note that the value of the variable will be ignored if it doesn't match the release type of the current application version. For example, setting the variable to a production version (e.g. ETCHER_FAKE_S3_LATEST_VERSION=2.0.0) will be ignored if you're running a snapshot build, and vice-versa.

See [PUBLISHING](/docs/PUBLISHING.md) for more details about release types.

0 comments on commit 96fa53b

Please sign in to comment.