diff --git a/bucket/ente-photos.json b/bucket/ente-photos.json new file mode 100644 index 00000000000000..076f2d3e17ad43 --- /dev/null +++ b/bucket/ente-photos.json @@ -0,0 +1,38 @@ +{ + "version": "1.7.14", + "description": "The private, secure photo storage app with end-to-end encryption", + "homepage": "https://ente.io", + "license": "AGPL-3.0-only", + "architecture": { + "64bit": { + "url": "https://github.com/ente-io/photos-desktop/releases/download/v1.7.14/ente-1.7.14-x64.exe#/dl.7z", + "hash": "4f8ca620a06b1dcb48d53bbb2671e507bc017769094d82afe9017d93e7e798dd", + "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"" + }, + "arm64": { + "url": "https://github.com/ente-io/photos-desktop/releases/download/v1.7.14/ente-1.7.14-arm64.exe#/dl.7z", + "hash": "9bd858ac5288db59a73eb1658ac340aab702a4430907b2f1f5558639f896cb4b", + "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"" + } + }, + "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\", \"$dir\\resources\\app-update.yml\" -Force -Recurse", + "shortcuts": [ + [ + "ente.exe", + "Ente Photos" + ] + ], + "checkver": { + "github": "https://github.com/ente-io/photos-desktop" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/ente-io/photos-desktop/releases/download/v$version/ente-$version-x64.exe#/dl.7z" + }, + "arm64": { + "url": "https://github.com/ente-io/photos-desktop/releases/download/v$version/ente-$version-arm64.exe#/dl.7z" + } + } + } +}