Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we publish nsis and nsis-web at the same time with auto update? #2588

Closed
kspearrin opened this issue Feb 15, 2018 · 4 comments
Closed

Can we publish nsis and nsis-web at the same time with auto update? #2588

kspearrin opened this issue Feb 15, 2018 · 4 comments
Labels

Comments

@kspearrin
Copy link

  • Version: 19.56.0
  • Target: build --win --x64 --ia32 -p always

We are looking to publish nsis and nsis-web.

    "win": {
      "target": [
        "portable",
        "nsis",
        "nsis-web"
      ]
    },

We will mostly distribute the nsis-web installer, but we want to have the nsis installer available for people to download independently if needed. I notice that when we publish to GitHub releases only the nsis-web latest.yml is attached. Will auto-update for the nsis still work in this case? Can we publish nsis and nsis-web together?

@stale
Copy link

stale bot commented Jul 2, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@sandeep1995
Copy link
Contributor

It was really good question, not sure why it was never answered!

@andidev
Copy link

andidev commented Jan 22, 2025

I can confirm that update still works but it will be random what installer will be used since latest.yml will be randomly from nsis and nsis-web.
In case nsis wins installation process will be slower while with nsis-web it will be faster since it downloads half the size.

@andidev
Copy link

andidev commented Jan 22, 2025

Relates to
#8794

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants