-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinuxreader.json
More file actions
executable file
·31 lines (31 loc) · 968 Bytes
/
linuxreader.json
File metadata and controls
executable file
·31 lines (31 loc) · 968 Bytes
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
{
"version": "3.4",
"url": "https://www.diskinternals.com/download/Linux_Reader.exe#/dl.7z",
"architecture": {
"32bit": {
"bin": [["LinuxReader.exe", "LinuxReader"]],
"shortcuts": [
[
"LinuxReader.exe",
"Disk Internals\\Linux Reader"
]
]
},
"64bit": {
"bin": [["LinuxReader64.exe", "LinuxReader"]],
"shortcuts": [
[
"LinuxReader64.exe",
"Disk Internals\\Linux Reader"
]
]
}
},
"homepage": "https://www.diskinternals.com/linux-reader/",
"checkver": "Ver ([\\d\\.]+), Win",
"description": "Recovers files from linux filesystems",
"license": "Freeware",
"autoupdate": {
"url": "https://www.diskinternals.com/download/Linux_Reader.exe#/dl.7z"
}
}