-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFontLoaderSub.json
More file actions
31 lines (31 loc) 路 1.02 KB
/
Copy pathFontLoaderSub.json
File metadata and controls
31 lines (31 loc) 路 1.02 KB
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": "r7",
"description": "OpenType font loader for subtitles (ASS/SSA)",
"homepage": "https://github.com/yzwduck/FontLoaderSub",
"license": "GPL-2.0-only",
"notes": "Place your fonts under \"$dir\\fonts\" to persist them.",
"url": "https://github.com/yzwduck/FontLoaderSub/releases/download/r7/FontLoaderSub-r7.7z",
"hash": "bc267662389a20e1998f59a745d69dac3e20cf7948fb2cf45bcd9f90727b9cf2",
"pre_install": [
"if (!(Test-Path \"$persist_dir\\fc-subs.db\")) {",
" New-Item -Path \"$dir\\fc-subs.db\" -ItemType file | Out-Null",
"}"
],
"shortcuts": [
[
"FontLoaderSub.exe",
"FontLoaderSub"
]
],
"persist": [
"fonts",
"fc-subs.db"
],
"checkver": {
"github": "https://github.com/yzwduck/FontLoaderSub",
"regex": "/releases/tag/(r\\d+)"
},
"autoupdate": {
"url": "https://github.com/yzwduck/FontLoaderSub/releases/download/$version/FontLoaderSub-$version.7z"
}
}