Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bucket/darktable.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/darktable-org/darktable/releases/download/release-5.6.0/darktable-5.6.0-win64.exe#/dl.7z",
"url": "https://github.com/darktable-org/darktable/releases/download/release-5.6.0/darktable-5.6.0-win64.exe",
"hash": "b42989195dfff44540c0b767b407987329ca99853612304cbbf14c48d1d3f803"
}
},
"post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\uninst*\" -Force -Recurse",
"innosetup": true,
"bin": "bin\\darktable.exe",
"shortcuts": [
[
Expand All @@ -25,7 +25,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/darktable-org/darktable/releases/download/release-$matchHead/darktable-$version-win64.exe#/dl.7z",
"url": "https://github.com/darktable-org/darktable/releases/download/release-$matchHead/darktable-$version-win64.exe",
"hash": {
"url": "https://github.com/darktable-org/darktable/releases/tag/release-$matchHead"
}
Expand Down
Loading