From 6d09e613c8bc5a35dd3203bb6fa3bb219bd4adda Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik Date: Fri, 31 Jan 2025 02:44:17 +0300 Subject: [PATCH] gisto: Update to version 2.0.0, update homepage Fixes #14646, fixes #14647 --- bucket/gisto.json | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/bucket/gisto.json b/bucket/gisto.json index b282c7c4e81363..d5d01c9af349a3 100644 --- a/bucket/gisto.json +++ b/bucket/gisto.json @@ -1,13 +1,18 @@ { - "version": "1.13.4", + "version": "2.0.0", "description": "Cross-platform gist snippets management desktop application to share code snippets fast and easily", - "homepage": "https://www.gistoapp.com/", + "homepage": "https://gisto.org/", "license": "MIT", - "url": "https://github.com/Gisto/Gisto/releases/download/v1.13.4/Gisto-1.13.4-Portable.exe#/gisto.exe", - "hash": "2ad00f8a7672e3e97b64f9eda628383967b116e5c8716de4c0a840cf7fdb9b3d", + "architecture": { + "64bit": { + "url": "https://github.com/Gisto/Gisto/releases/download/v2.0.0/Gisto_2.0.0_x64_en-US.msi", + "hash": "c11653d9ce48291315f520ad3251832ecadb78557453ff6e074964dbffac38bf" + } + }, + "extract_dir": "PFiles\\Gisto", "shortcuts": [ [ - "gisto.exe", + "Gisto.exe", "Gisto" ] ], @@ -15,6 +20,10 @@ "github": "https://github.com/Gisto/Gisto" }, "autoupdate": { - "url": "https://github.com/Gisto/Gisto/releases/download/v$version/Gisto-$version-Portable.exe#/gisto.exe" + "architecture": { + "64bit": { + "url": "https://github.com/Gisto/Gisto/releases/download/v$version/Gisto_$version_x64_en-US.msi" + } + } } }