2025-02-13 23:58:31 +08:00

45 lines
1.5 KiB
JSON

{
"version": "5.0.1252.0",
"description": "The 7-Zip derivative intended for the modern Windows experience",
"homepage": "https://github.com/M2Team/NanaZip",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/M2Team/NanaZip/releases/download/5.0.1252.0/NanaZip_5.0.1252.0.msixbundle#/dl.7z",
"hash": "98b3111af394ddc3864d084fd43ec4415b72e30abe38078f35140ed99eb1f662"
},
"arm64": {
"url": "https://github.com/M2Team/NanaZip/releases/download/5.0.1252.0/NanaZip_5.0.1252.0.msixbundle#/dl.7z",
"hash": "98b3111af394ddc3864d084fd43ec4415b72e30abe38078f35140ed99eb1f662"
}
},
"pre_install": [
"Expand-7zipArchive -Path \"$dir\\*$(switch ($architecture) { '64bit' { 'x64' } 'arm64' { 'arm64' } }).msix\"",
"Remove-Item -Path \"$dir\\*\" -Include '*.msix', 'Appx*', '?Content*', 'Code*' -Recurse -Force"
],
"bin": [
[
"NanaZip.Core.Console.exe",
"7z"
],
[
"NanaZip.Windows.exe",
"7zG"
]
],
"shortcuts": [
[
"NanaZip.Modern.exe",
"NanaZip"
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/M2Team/NanaZip/releases/download/$version/NanaZip_$version.msixbundle#/dl.7z",
"hash": {
"url": "https://github.com/M2Team/NanaZip/releases/tag/$version",
"regex": "(?s)$basename.*?$sha256"
}
}
}