2025-02-17 04:30:24 +00:00

45 lines
1.5 KiB
JSON

{
"version": "5.0.1263.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.1263.0/NanaZip_5.0.1263.0.msixbundle#/dl.7z",
"hash": "dd038067a86052324a3d71104fb0504405fefbce3eec6fa9ff8aae31a388992c"
},
"arm64": {
"url": "https://github.com/M2Team/NanaZip/releases/download/5.0.1263.0/NanaZip_5.0.1263.0.msixbundle#/dl.7z",
"hash": "dd038067a86052324a3d71104fb0504405fefbce3eec6fa9ff8aae31a388992c"
}
},
"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"
}
}
}