No ARM release of WinSparkle.
Can we setup a simple updater just for ARM? Whats the application? Just server and hosted processes?
From: The ARM64 build works, but is currently without WinSparkle updater support, as there is no ARM release of WinSparkle.
Originally posted by @dremin in https://github.com/cairoshell/cairoshell/pull/703#issuecomment-1214296180
WinSparkle is reading this Sparkle RSS feed.
We have a few options:
- Use another Sparkle-compatible library
- Write our own logic for parsing the RSS and downloading the file
- Switch to another updater solution entirely
I'm currently prototyping a NetSparkle implementation. Unfortunately, it doesn't seem to support architecture-specific installers.
Have you guys considered MSIX packaging with self-updaters? You can distribute via Windows Store then.
I will review some the guidance here: https://learn.microsoft.com/en-us/windows/msix/app-installer/auto-update-and-repair--overview
Fixed by #812.