Skip to content

Commit f96681d

Browse files
authored
dmde: Add version 4.4.4.842 (#17785)
1 parent ae4eff8 commit f96681d

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

bucket/dmde.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"version": "4.4.4.842",
3+
"description": "Data searching, editing, and recovery on disks.",
4+
"homepage": "https://dmde.com/",
5+
"license": "Proprietary",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://dmde.com/download/dmde-4-4-4-842-win64-gui.zip",
9+
"hash": "205b2cb4c6531070df921af786350b53389e375d0fe00f1e344d87540c48a481"
10+
},
11+
"32bit": {
12+
"url": "https://dmde.com/download/dmde-4-4-4-842-win32-gui.zip",
13+
"hash": "315f1bf0242cc992f9ba522eab78437955c65b83be2cded92bb593bdcda9b9bd"
14+
}
15+
},
16+
"shortcuts": [
17+
[
18+
"dmde.exe",
19+
"DMDE"
20+
]
21+
],
22+
"persist": "dmde.ini",
23+
"checkver": {
24+
"url": "https://dmde.com/changelog.html",
25+
"regex": "DMDE ([\\d.]+)"
26+
},
27+
"autoupdate": {
28+
"architecture": {
29+
"64bit": {
30+
"url": "https://dmde.com/download/dmde-$dashVersion-win64-gui.zip"
31+
},
32+
"32bit": {
33+
"url": "https://dmde.com/download/dmde-$dashVersion-win32-gui.zip"
34+
}
35+
}
36+
}
37+
}

0 commit comments

Comments
 (0)