question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Global installer that get the latest release

See original GitHub issue

When 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:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

5reactions
codezombcommented, Nov 15, 2017

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:

my-app-latest.dmg
my-app-latest.exe
my-app-1.2.9.dmg
my-app-1.2.9.zip
my-app-1.2.9.exe

This allows my users to always have the same download URL while still being able to revert to previous versions if necessary.

2reactions
develarcommented, Oct 9, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found