Vladimir Krivosheev

Results 146 comments of Vladimir Krivosheev

> I'm currently attempting to use electron-release-server as a generic provider in electron-builder @Jflinchum Provider like BintrayProvider.ts or GenericProvider.ts should be implemented in this case. Please see https://github.com/electron-userland/electron-builder/blob/master/nsis-auto-updater/src/BintrayProvider.ts or https://github.com/electron-userland/electron-builder/blob/master/nsis-auto-updater/src/GenericProvider.ts...

> can it be generated like the RELEASES file is now? Yes, it can be generated. ``` export interface VersionInfo { readonly version: string } export interface UpdateInfo extends VersionInfo...

`sha2` is optional field. You can add`sha1` field instead and it will be supported by electron-builder later.

> it only refers to the latest release in that channel? Yes. > This is used for creating delta updates? Delta is not yet supported. NSIS offers superb lzma compression....

@wizcas Use any generic server and configure generic provider — https://github.com/electron-userland/electron-builder/wiki/Publishing-Artifacts#GenericServerOptions

@wizcas Yes, please see [url](https://github.com/electron-userland/electron-builder/wiki/Publishing-Artifacts#GenericServerOptions-url) docs. **The base url. e.g. https://example.com/foo** And latest.yml will be downloaded as result from `https://example.com/foo/latest.yml` I don't understand what do you mean " 'path' field".

@ArekSredzki users want to specify only release server url, but it is not supported. So issue is still actual.

@abacigil Maybe you can file PR?

Bloody Google — indeed, photos in RAW downloaded with original extension (`.arw`) but in JPEG format (can be checked using `fileinfo` command). It means, that API is useless — you...

Another point — if photo is edited, google takeout provides original file as is and edited with prefix `-edited.jpg` (one json metafile for all). Via API only one edited version...