Skip to content

Commit

Permalink
xl-converter: Use portable version (#14607)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-l-a-v authored Dec 29, 2024
1 parent 53eadf7 commit 2e6baba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bucket/xl-converter.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@
"description": "Easy-to-use image converter for modern formats. Supports multithreading, drag 'n drop, and downscaling.",
"homepage": "https://codepoems.eu/xl-converter/",
"license": "GPL-3.0",
"depends": "extras/vcredist2022",
"architecture": {
"64bit": {
"url": "https://github.com/JacobDev1/xl-converter/releases/download/v1.1.0/xl-converter-win-1.1.0-x86_64.exe",
"hash": "9fe1d1bcabfe45fb3d3985e80e19f7d352815ffd110fab43e452ed7036b80411"
"url": "https://github.com/JacobDev1/xl-converter/releases/download/v1.1.0/xl-converter-win-1.1.0-x86_64-portable.7z",
"hash": "459502b36b929a429f11e32eab18bd5d2d29fb91782a4333855952e307504d22",
"extract_dir": "xl-converter-win-1.1.0-x86_64-portable"
}
},
"innosetup": true,
"bin": "xl-converter.exe",
"shortcuts": [
[
Expand All @@ -37,7 +36,8 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/JacobDev1/xl-converter/releases/download/v$version/xl-converter-win-$version-x86_64.exe"
"url": "https://github.com/JacobDev1/xl-converter/releases/download/v$version/xl-converter-win-$version-x86_64-portable.7z",
"extract_dir": "xl-converter-win-$version-x86_64-portable"
}
}
}
Expand Down

0 comments on commit 2e6baba

Please sign in to comment.