Skip to content

Commit e4b2df9

Browse files
authored
Enhance dgdemux.json with new files and shortcuts
Updated the pre_install and persist fields to include DGDemux_Files.ini. Modified shortcut names for clarity. Signed-off-by: Andrew Poženel - SloDevTeam <andrew.pozenel@tutanota.com>
1 parent b5c7bc0 commit e4b2df9

1 file changed

Lines changed: 29 additions & 4 deletions

File tree

bucket/dgdemux.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,46 @@
22
"version": "1.0.0.81",
33
"description": "DGDemux is a standalone demuxer for BluRay/UHD disks.",
44
"homepage": "https://www.rationalqm.us/dgdemux/dgdemux.html",
5-
"license": "Freeware",
5+
"license": "Freeware",
66
"architecture": {
77
"64bit": {
88
"url": "https://www.rationalqm.us/dgdemux/binaries/DGDemux_1.0.0.81.zip",
99
"hash": "5269dc8bf557096ace99b694d4a7e4836f9936abdc24f832102b8e1404e4fd41"
1010
}
1111
},
12+
"bin": [
13+
"DGDemux.exe",
14+
"DGDemuxGUI.exe",
15+
"DGDemuxGUI_Files.exe",
16+
"DGMVCCombine.exe",
17+
"dovi_tool.exe",
18+
"MediaInfoCLI.exe"
19+
],
1220
"shortcuts": [
1321
[
1422
"DGDemuxGUI.exe",
15-
"DGDemuxGUI"
23+
"DGDemux GUI"
24+
],
25+
[
26+
"DGDemux.exe",
27+
"DGDemux CLI"
28+
],
29+
[
30+
"DGDemuxGUI_Files.exe",
31+
"DGDemux GUI Files"
1632
]
1733
],
18-
"pre_install": "\"DGDemux.ini\" | ForEach-Object {if (!(Test-Path \"$persist_dir\\$_\")) { New-Item \"$dir\\$_\" -ItemType File > $null }}",
19-
"persist": "DGDemux.ini",
34+
"pre_install": [
35+
"\"DGDemux.ini\", \"DGDemux_Files.ini\" | ForEach-Object {",
36+
" if (!(Test-Path \"$persist_dir\\$_\")) {",
37+
" New-Item \"$dir\\$_\" -ItemType File -Force | Out-Null",
38+
" }",
39+
"}"
40+
],
41+
"persist": [
42+
"DGDemux.ini",
43+
"DGDemux_Files.ini"
44+
],
2045
"checkver": {
2146
"url": "https://www.rationalqm.us/dgdemux/binaries/",
2247
"regex": "DGDemux_([\\d.]+).zip",

0 commit comments

Comments
 (0)