I integrated the auto-updater in one of my desktop apps and for macOs (DMG/ZIP) and Windows (MSI) this seems to work like a charm. On Linux however I had to use AppImage as the packaging format in order to be able to use auto-update. I now got several reports from users which state that this version is practically unusable because the start-up of the software is incredibly slow. We are talking about more than 60s here. For comparison, on my Mac the same software starts up in roughly a second. From a web research I know that AppImages can be slow but can they really be so slow?
For this reason I would like to ask if it is possible to support the auto-start feature also for DEB and RPM packages. The electron builder seems to be capable of handling this.
I integrated the auto-updater in one of my desktop apps and for macOs (DMG/ZIP) and Windows (MSI) this seems to work like a charm. On Linux however I had to use AppImage as the packaging format in order to be able to use auto-update. I now got several reports from users which state that this version is practically unusable because the start-up of the software is incredibly slow. We are talking about more than 60s here. For comparison, on my Mac the same software starts up in roughly a second. From a web research I know that AppImages can be slow but can they really be so slow?
For this reason I would like to ask if it is possible to support the auto-start feature also for DEB and RPM packages. The electron builder seems to be capable of handling this.