mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
nanazip: Readd version 3.1.1080.0 (#6302)
This commit is contained in:
parent
b7d6fce05c
commit
225980f87e
@ -1,34 +1,41 @@
|
||||
{
|
||||
"version": "2.0.450",
|
||||
"version": "3.1.1080.0",
|
||||
"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.450/40174MouriNaruto.NanaZip_2.0.450.0_gnj4mf6z9tkrc.msixbundle#/dl.7z",
|
||||
"hash": "2bee289d9e026255073ddcee8082e8d0ad8496b9fe9fe8f8a29080a81a95872e",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/M2Team/NanaZip/releases/download/3.1.1080.0/NanaZip_3.1.1080.0.msixbundle#/dl.7z",
|
||||
"hash": "4722d3f786c19801f0c71ac34bc94fb1a9515ce484c9a7d76121e84e6bb969d2"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/M2Team/NanaZip/releases/download/3.1.1080.0/NanaZip_3.1.1080.0.msixbundle#/dl.7z",
|
||||
"hash": "4722d3f786c19801f0c71ac34bc94fb1a9515ce484c9a7d76121e84e6bb969d2"
|
||||
}
|
||||
},
|
||||
"pre_install": [
|
||||
"Remove-Item -Path \"$dir\\*\" -Exclude *.msix -Recurse -Force",
|
||||
"Expand-7zipArchive -Path \"$dir\\*$(switch ($architecture) { '64bit' { 'x64' } '32bit' { 'x86' } 'arm64' { 'ARM64' } }).msix\"",
|
||||
"Expand-7zipArchive -Path \"$dir\\*$(switch ($architecture) { '64bit' { 'x64' } 'arm64' { 'arm64' } }).msix\"",
|
||||
"Remove-Item -Path \"$dir\\*\" -Include '*.msix', 'Appx*', '?Content*', 'Code*' -Recurse -Force"
|
||||
],
|
||||
"bin": [
|
||||
[
|
||||
"NanaZipC.exe",
|
||||
"NanaZip.Console.exe",
|
||||
"7z"
|
||||
],
|
||||
[
|
||||
"NanaZipG.exe",
|
||||
"NanaZip.Windows.exe",
|
||||
"7zG"
|
||||
]
|
||||
],
|
||||
"shortcuts": [
|
||||
[
|
||||
"NanaZip.exe",
|
||||
"NanaZip.Modern.exe",
|
||||
"NanaZip"
|
||||
]
|
||||
],
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/M2Team/NanaZip/releases/download/$version/40174MouriNaruto.NanaZip_$version.0_gnj4mf6z9tkrc.msixbundle#/dl.7z",
|
||||
"url": "https://github.com/M2Team/NanaZip/releases/download/$version/NanaZip_3.1.1080.0.msixbundle#/dl.7z",
|
||||
"hash": {
|
||||
"url": "https://github.com/M2Team/NanaZip/releases/tag/$version",
|
||||
"regex": "(?s)$basename.*?$sha256"
|
||||
Loading…
x
Reference in New Issue
Block a user