Skip to content

Commit

Permalink
gisto: Update to version 2.0.0, update homepage
Browse files Browse the repository at this point in the history
Fixes #14646, fixes #14647
  • Loading branch information
aliesbelik committed Jan 30, 2025
1 parent b23aa8d commit 6d09e61
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions bucket/gisto.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@
{
"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"
]
],
"checkver": {
"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"
}
}
}
}

0 comments on commit 6d09e61

Please sign in to comment.