nanarun: Add version 1.0.92.0 (#7292)

This commit is contained in:
IFV 2025-10-29 03:47:15 -07:00 committed by GitHub
parent 98712feb81
commit 2a6286c6dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

44
bucket/nanarun.json Normal file
View File

@ -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"
}
}
}
}