generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
imazing-converter.json
37 lines (37 loc) · 1.52 KB
/
imazing-converter.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"version": "2.0.9",
"description": "iMazing Converter. A tiny and free app for Mac and PC that converts photos from HEIC to JPEG, and videos from HEVC/H.265 to MP4/H.264. Enjoy!",
"homepage": "https://imazing.com/converter",
"license": "Proprietary",
"url": "https://downloads.imazing.com/windows/iMazing-Converter/iMazingConverterWindows.exe#/setup.7z",
"hash": "9af7354a339dac8ff318a7702faa7abd77cb659b61127c84824e39d81c7ba301",
"architecture": {
"64bit": {
"pre_install": [
"Get-ChildItem \"$dir\" '*,1.*' | Rename-Item -Path { $_.Fullname } -NewName { $_.Basename.TrimEnd(',1') + $_.Extension }",
"Get-ChildItem \"$dir\" '*,2.*' | Remove-Item"
]
},
"32bit": {
"pre_install": [
"Get-ChildItem \"$dir\" '*,2.*' | Rename-Item -Path { $_.Fullname } -NewName { $_.Basename.TrimEnd(',2') + $_.Extension }",
"Get-ChildItem \"$dir\" '*,1.*' | Remove-Item"
]
}
},
"innosetup": true,
"shortcuts": [
[
"iMazing Converter.exe",
"iMazing Converter"
]
],
"checkver": {
"url": "https://imazing.com/converter/download/windows",
"regex": "softwareVersion\":\"([\\d.]+)"
},
"autoupdate": {
"url": "https://downloads.imazing.com/windows/iMazing-Converter/iMazingConverterWindows.exe#/setup.7z",
"changelog": "https://downloads.imazing.com/windows/iMazing-Converter/$version/release-notes.html"
}
}