mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|