From 2a6286c6dded322b3363c5dfcb467b5791d717b0 Mon Sep 17 00:00:00 2001 From: IFV <96299096+Ra2-IFV@users.noreply.github.com> Date: Wed, 29 Oct 2025 03:47:15 -0700 Subject: [PATCH] nanarun: Add version 1.0.92.0 (#7292) --- bucket/nanarun.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 bucket/nanarun.json diff --git a/bucket/nanarun.json b/bucket/nanarun.json new file mode 100644 index 0000000000..493e102a12 --- /dev/null +++ b/bucket/nanarun.json @@ -0,0 +1,44 @@ +{ + "version": "1.0.92.0", + "description": "Application runtime environment customization utility", + "homepage": "https://m2team.org/", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/M2Team/NanaRun/releases/download/1.0.92.0/NanaRun_1.0_Preview3_1.0.92.0.zip", + "hash": "e46de8521ffb015d67a3b9570f458d5d9f9ecb8dd83911cd75c9a3c70e91a622", + "extract_dir": "x64" + }, + "32bit": { + "url": "https://github.com/M2Team/NanaRun/releases/download/1.0.92.0/NanaRun_1.0_Preview3_1.0.92.0.zip", + "hash": "e46de8521ffb015d67a3b9570f458d5d9f9ecb8dd83911cd75c9a3c70e91a622", + "extract_dir": "x32" + }, + "arm64": { + "url": "https://github.com/M2Team/NanaRun/releases/download/1.0.92.0/NanaRun_1.0_Preview3_1.0.92.0.zip", + "hash": "e46de8521ffb015d67a3b9570f458d5d9f9ecb8dd83911cd75c9a3c70e91a622", + "extract_dir": "ARM64" + } + }, + "bin": [ + "MinSudo.exe", + "SynthRdp.exe" + ], + "checkver": { + "url": "https://api.github.com/repos/M2Team/NanaRun/releases", + "jsonpath": "$.[0].tag_name" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/M2Team/NanaRun/releases/download/$version/NanaRun_1.0_Preview3_$version.zip" + }, + "32bit": { + "url": "https://github.com/M2Team/NanaRun/releases/download/$version/NanaRun_1.0_Preview3_$version.zip" + }, + "arm64": { + "url": "https://github.com/M2Team/NanaRun/releases/download/$version/NanaRun_1.0_Preview3_$version.zip" + } + } + } +}