From 87348c4071fd71fb660487e3a1c0db9068787796 Mon Sep 17 00:00:00 2001 From: Zeldris <0trims.vehicle@icloud.com> Date: Thu, 2 Oct 2025 14:56:24 +0700 Subject: [PATCH] ente-photos: Add version 1.7.14 --- bucket/ente-photos.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 bucket/ente-photos.json 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" + } + } + } +}