From 5140fa9694c7fd76a4dcbcf9de412c25e8737770 Mon Sep 17 00:00:00 2001 From: Elypha Date: Wed, 27 Nov 2024 18:03:12 +0900 Subject: [PATCH] add aegisub-arch1t3cht --- bucket/aegisub-arch1t3cht.json | 39 ++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 bucket/aegisub-arch1t3cht.json diff --git a/bucket/aegisub-arch1t3cht.json b/bucket/aegisub-arch1t3cht.json new file mode 100644 index 0000000..f970209 --- /dev/null +++ b/bucket/aegisub-arch1t3cht.json @@ -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" + } + } + } +}