nanazip: Add version 2.0.396 (#4100)

This commit is contained in:
Hsiao-nan Cheung 2022-11-10 21:52:55 +08:00 committed by GitHub
parent 0b625eceff
commit 9ced2e8163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

37
bucket/nanazip.json Normal file
View File

@ -0,0 +1,37 @@
{
"version": "2.0.396",
"description": "The 7-Zip derivative intended for the modern Windows experience",
"homepage": "https://github.com/M2Team/NanaZip",
"license": "MIT",
"url": "https://github.com/M2Team/NanaZip/releases/download/2.0.396/40174MouriNaruto.NanaZip_2.0.396.0_gnj4mf6z9tkrc.msixbundle#/dl.7z",
"hash": "67bc86ae748957edffa9fff9585e52fa582efe7470633feeb3e036f3d18c06ad",
"pre_install": [
"Remove-Item -Path \"$dir\\*\" -Exclude *.msix -Recurse -Force",
"Expand-7zipArchive -Path \"$dir\\*$(switch ($architecture) { '64bit' { 'x64' } '32bit' { 'x86' } 'arm64' { 'ARM64' } }).msix\"",
"Remove-Item -Path \"$dir\\*\" -Include '*.msix', 'Appx*', '?Content*', 'Code*' -Recurse -Force"
],
"bin": [
[
"NanaZipC.exe",
"7z"
],
[
"NanaZipG.exe",
"7zG"
]
],
"shortcuts": [
[
"NanaZip.exe",
"NanaZip"
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/M2Team/NanaZip/releases/download/$version/40174MouriNaruto.NanaZip_$version.0_gnj4mf6z9tkrc.msixbundle#/dl.7z",
"hash": {
"url": "https://github.com/M2Team/NanaZip/releases/tag/$version",
"regex": "(?s)$basename.*?$sha256"
}
}
}