mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
jdupes: Fix autoupdate URLs (#134)
This commit is contained in:
parent
12d180cf2b
commit
ab8121cb94
@ -20,12 +20,12 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/jbruchon/jdupes/releases/download/v$version/jdupes-$version_win64.zip",
|
"url": "https://github.com/jbruchon/jdupes/releases/download/v$version/jdupes-$version-win64.zip",
|
||||||
"extract_dir": "jdupes-$version_win64"
|
"extract_dir": "jdupes-$version-win64"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/jbruchon/jdupes/releases/download/v$version/jdupes-$version_win32.zip",
|
"url": "https://github.com/jbruchon/jdupes/releases/download/v$version/jdupes-$version-win32.zip",
|
||||||
"extract_dir": "jdupes-$version_win32"
|
"extract_dir": "jdupes-$version-win32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user