forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDriveLetterChanger.json
44 lines (44 loc) · 1.26 KB
/
DriveLetterChanger.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
38
39
40
41
42
43
44
{
"version": "1.4",
"description": "Sordum's Drive Letter Changer",
"homepage": "https://www.sordum.org/8501/",
"license": {
"identifier": "Freeware",
"url": "https://www.sordum.org/eula/"
},
"url": "https://www.sordum.org/files/drive-letter-changer/dChanger.zip",
"hash": "4c5b4782ecd04404391ef7b9c899fde4e94624ce5fe93460b5a015db3395bf4a",
"architecture": {
"64bit": {
"extract_dir": "dChanger\\x64",
"bin": [
"dChanger_x64.exe",
[
"dChanger_x64.exe",
"dChanger"
]
],
"shortcuts": [
[
"dChanger_x64.exe",
"Sordum\\Drive Letter Changer"
]
]
},
"32bit": {
"extract_dir": "dChanger",
"bin": "dChanger.exe",
"shortcuts": [
[
"dChanger.exe",
"Sordum\\Drive Letter Changer"
]
]
}
},
"persist": "dChanger.ini",
"checkver": "Drive Letter Changer\\s*v([\\d.]+)",
"autoupdate": {
"url": "https://www.sordum.org/files/drive-letter-changer/dChanger.zip"
}
}