Skip to content

Commit

Permalink
file-converter: add 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Oct 1, 2024
1 parent ec45ae4 commit 6e7e8b8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions bucket/file-converter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"homepage": "https://file-converter.org/",
"version": "2.0.2",
"description": "Various file converter and compressor",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/Tichau/FileConverter/releases/download/v2.0.2/FileConverter-2.0.2-x64-setup.msi",
"hash": "9927db55e71cafbebe558d9711c8ca28739fdfd2b787afc6db58255dede927c6"
}
},
"extract_dir": "File Converter",
"bin": "FileConverter.exe",
"shortcuts": [
[
"FileConverter.exe",
"File Converter"
]
],
"checkver": {
"github": "https://github.com/Tichau/FileConverter"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Tichau/FileConverter/releases/download/v$version/FileConverter-$version-x64-setup.msi"
}
}
}
}

0 comments on commit 6e7e8b8

Please sign in to comment.