mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-21 00:22:08 +00:00
manual patch for matroska-subtitles
This commit is contained in:
parent
25c4fa392d
commit
2af621ea99
1 changed files with 5 additions and 3 deletions
|
|
@ -72,7 +72,9 @@
|
||||||
"target": "deb"
|
"target": "deb"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"mimeTypes": ["x-scheme-handler/miru"]
|
"mimeTypes": [
|
||||||
|
"x-scheme-handler/miru"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"nsis": {
|
"nsis": {
|
||||||
"oneClick": false,
|
"oneClick": false,
|
||||||
|
|
@ -85,7 +87,7 @@
|
||||||
"anitomyscript": "^2.0.4",
|
"anitomyscript": "^2.0.4",
|
||||||
"electron-log": "^4.4.6",
|
"electron-log": "^4.4.6",
|
||||||
"electron-updater": "^4.6.5",
|
"electron-updater": "^4.6.5",
|
||||||
"matroska-subtitles": "^3.3.2",
|
"matroska-subtitles": "github:ThaUnknown/matroska-subtitles#patch",
|
||||||
"webtorrent": "^1.5.0"
|
"webtorrent": "^1.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue