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.

${arch} missing from app-update.yml

See original GitHub issue
  • Version: 15.6.2
  • Target: Windows

This is in my package.json:

    "publish": {
      "provider": "generic",
      "url": "https://website.com/download/${os}/${arch}",
      "channel": "latest"
    }

The generated app-update.yml file contains this:

provider: generic
url: 'https://website.com/download/win'
channel: latest

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
mikecaocommented, Mar 23, 2017

Maybe x64-ia32? I just don’t think it should be blank because you don’t know if something was broken.

2reactions
mikecaocommented, Mar 23, 2017

I think it should always pass the arch defined by the build command into ${arch}.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Problem with app update yml files is not generated in ...
I fixed it by using autoUpdater.setFeedURL() before autoUpdater.checkForUpdates() . Below is the code snippet that works for github releases.
Read more >
Sample config.yml Files
This document provides sample .circleci/config.yml files, as follows: CirlceCI has created an extension for Visual Studio Code that reduces context ...
Read more >
AUR (en) - kopia-ui-bin - Arch Linux
I started from the commandline when nothing happened and the app just crashed with an explicit hint that app-update.yml is missing.
Read more >
Installing snap on Arch Linux
Snap is now installed and ready to go! If you're using a desktop, a great next step is to install the Snap Store...
Read more >
How we made Jupyter Docker Stacks multi-arch: Part 1 | by Ayaz ...
wget "https://micromamba.snakepit.net/api/micromamba/linux-${arch}/latest" ... docker-wiki-update.yml downloads build manifests and pushes them to GitHub ...
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