Skip to content

Commit

Permalink
picview: Update to version 2.3.3, fix autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
aliesbelik committed Dec 1, 2024
1 parent 849a1ff commit 28eeef2
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions bucket/picview.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"version": "2.3.2",
"version": "2.3.3",
"description": "A fast, free and fully customizable image viewer for Windows 10 and 11",
"homepage": "https://picview.org",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/Ruben2776/PicView/releases/download/2.3.2/PicView-v.2.3.2-win-x64.zip",
"hash": "f2613a87284bf56cac7a8987bddf6f03a144a8c8afb8b6393f44e580e4f93a1a"
"url": "https://github.com/Ruben2776/PicView/releases/download/2.3.3/PicView-v2.3.3-win-x64.zip",
"hash": "8a89378bc6a87a12cd84cdb8ff9484231e00e77597334dca037b2088d8bf68f8",
"extract_dir": "PicView-v2.3.3-win-x64"
},
"arm64": {
"url": "https://github.com/Ruben2776/PicView/releases/download/2.3.2/PicView-v.2.3.2-win-arm64.zip",
"hash": "105b29804a991e4a7b13cc772ba1fb26adf2ef89b1da67fcf721bcbe0d0abfef"
"url": "https://github.com/Ruben2776/PicView/releases/download/2.3.3/PicView-v2.3.3-win-arm64.zip",
"hash": "9696becb208c7f0915adaaecec582de890c2f13aa43011ecb7e2804611949c14",
"extract_dir": "PicView-v2.3.3-win-arm64"
}
},
"bin": "PicView.exe",
Expand All @@ -26,10 +28,12 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Ruben2776/PicView/releases/download/$version/PicView-v.$version-win-x64.zip"
"url": "https://github.com/Ruben2776/PicView/releases/download/$version/PicView-v$version-win-x64.zip",
"extract_dir": "PicView-v$version-win-x64"
},
"arm64": {
"url": "https://github.com/Ruben2776/PicView/releases/download/$version/PicView-v.$version-win-arm64.zip"
"url": "https://github.com/Ruben2776/PicView/releases/download/$version/PicView-v$version-win-arm64.zip",
"extract_dir": "PicView-v$version-win-arm64"
}
}
}
Expand Down

0 comments on commit 28eeef2

Please sign in to comment.