-
-
Notifications
You must be signed in to change notification settings - Fork 452
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
Feature request: In-app Update #379
Comments
or maybe can setting to disable update. |
It's on my todo list but it's not highest priority. I've been checking it lately and seems it's easier to implement that it used to be year ago ;] |
+1, this would let me recommend the app to my non-technical savvy friends |
May be worth looking at
It would be ideal if the auto-update is triggered by an GitHub release event. The default updater Squirrel of Electron seems to require a backend (I'm not familiar with Electron so correct me if I'm wrong), which is a hassle for a lightweight project. Using Sparkle might be a better way to go on macOS, though not sure if it's doable for a JS app. |
I'm closing this issue. Reasoning: although it would be nice, it would be adding more places where things go wrong when I want to make new release for Stretchly. Unfortunate truth is, that with Electron, almost every time when I want to make new release, there are multiple things that has changed or are not working anymore and I spend a lot of time trying to make a release. |
Prerequisites
Description
I've been enjoying Stretchly so far but find it cumbersome to have to manually download and install updates. I'd like to see support for updating to the latest version from within Stretchly. A stretch goal would be an option to allow for auto-updates in the background.
Operating system: OS X Mojave
Steps to Reproduce
Expected behavior:
Within the Stretchly app, I am given the option to update to the latest version with one click.
Actual behavior:
You have to update manually.
Reproduces how often:
Always
The text was updated successfully, but these errors were encountered: