Skip to content

Commit

Permalink
add aegisub-arch1t3cht
Browse files Browse the repository at this point in the history
  • Loading branch information
Elypha committed Nov 27, 2024
1 parent b35dc19 commit 5140fa9
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions bucket/aegisub-arch1t3cht.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"version": "feature_12",
"description": "Cross-platform advanced subtitle editor, with new feature branches. Read the README on the feature branch.",
"homepage": "https://github.com/arch1t3cht/Aegisub",
"license": "",
"notes": "",
"architecture": {
"64bit": {
"url": "https://github.com/arch1t3cht/Aegisub/releases/download/feature_12/Windows.MSVC.Release.-.portable.zip",
"hash": "f85b4946ff21a2bce736411b9034431937cad828994b24301208475db769f2d0"
}
},
"installer": {
"script": [
"7z x \"$fname\" -o\"$dir\"",
"7z x \"$dir/aegisub-portable-64.zip\" -o\"$dir\"",
"del aegisub-portable-64.zip",
"mv \"$dir/aegisub-portable/*\" \"$dir\"",
"rmdir \"$dir/aegisub-portable\""
]
},
"bin": "aegisub.exe",
"persist": [
"config.json"
],
"checkver": {
"url": "https://api.github.com/repos/arch1t3cht/Aegisub/releases/latest",
"jsonpath": "$.tag_name",
"regex": "feature_(\\d+)",
"replace": "v${1}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/arch1t3cht/Aegisub/releases/download/$version/Windows.MSVC.Release.-.portable.zip"
}
}
}
}

0 comments on commit 5140fa9

Please sign in to comment.