develar-vacation
develar-vacation
1. All features of electron-updater are user-driven. I am not aware of AppImage daemon requests or user stories. Maybe because I am not fully involved into Linux world, but I...
Since appimage daemon is not preinstalled, we were forced to did the same as on Windows — use our own updater. We cannot preinstall AppImage daemon because it will lead...
@TheAssassin under “AppImage daemon” I mean some central solution, I don’t know exactly how do you call it. > keep all the AppImages in the entire system updated. Interesting, I...
> How is the "Electron update information" embedded at the moment? See https://github.com/electron-userland/electron-builder/issues/1138#issuecomment-335373590 (resources/app-update.yml) Blockmap https://github.com/develar/app-builder/blob/master/pkg/blockmap/blockmap.go#L107 Last 4 bytes it is length of blockmap deflate compressed json data. https://github.com/electron-userland/electron-builder/blob/master/packages/electron-updater/src/differentialDownloader/FileWithEmbeddedBlockMapDifferentialDownloader.ts#L10