Global installer that get the latest release
See original GitHub issueWhen I build a version, it generates a installer that get that specific version from this build, and only after install it will update to the latest.
I wondering if is possible to generate a nsis-web
installer that get the latest version from Amazon S3
, for example.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:11 (6 by maintainers)
Top Results From Across the Web
You are running `create-react-app` 5.0.0, which is behind the ...
You are running `create-react-app` 5.0.0, which is behind the latest release (5.0.1). We no longer support global installation of Create ...
Read more >Installation | Yarn
The latest Yarn version is: Latest CLI Release ... It is recommended to install Yarn through the npm package manager, ... npm install...
Read more >nvm-sh/nvm: Node Version Manager - POSIX-compliant bash ...
nvm allows you to quickly install and use different versions of node via the command line. Example: $ nvm use 16 Now using...
Read more >Download Composer Latest: v2.5.1
2.5.1 2022‑12‑22 changelog
2.5.0 2022‑12‑20 changelog
2.4.4 2022‑10‑27 changelog
2.4.3 2022‑10‑14 changelog
Read more >Visual Studio 2019 version 16.11 Release Notes
Get the latest features, bug fixes, and support for Visual Studio 2019 v16.11. Download today.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Adding my thoughts here. We need something this on more than nsis installers. For example, when the build process completes I want a versioned file AND a latest file… So, for example:
This allows my users to always have the same download URL while still being able to revert to previous versions if necessary.
Yes, for every new release you have to upload corresponding 7z file as
latest.7z
(and, of course, https://www.electron.build/configuration/configuration#NsisWebOptions-appPackageUrl option should be set). So, when you will release new version, old installer will download this new package.