{ "version": "10.9.0", "description": "A free file archiver utility, based on Open Source technologies", "homepage": "https://peazip.github.io", "license": "LGPL-3.0-only", "architecture": { "64bit": { "url": "https://github.com/peazip/PeaZip/releases/download/10.9.0/peazip_portable-10.9.0.WIN64.zip", "hash": "e760d0bbcb792a1f89378710e2cede7180e6ed417ba78f94a5960e55b57d16fe", "extract_dir": "peazip_portable-10.9.0.WIN64" }, "32bit": { "url": "https://github.com/peazip/PeaZip/releases/download/10.9.0/peazip_portable-10.9.0.WINDOWS.zip", "hash": "822059992191ef7566550227fb469ff49c90086aaf44344fe9491a085f1a0fbc", "extract_dir": "peazip_portable-10.9.0.WINDOWS" } }, "bin": "peazip.exe", "shortcuts": [ [ "peazip.exe", "PeaZip" ] ], "persist": "res\\conf", "post_install": [ "Get-ChildItem \"$dir\\res\\share\\batch\\Windows\\Windows 11 mini context menu\\*.reg\" | ForEach-Object {", " $content = Get-Content $_.FullName", " $content = $content -replace '\"C:\\\\\\\\Program Files\\\\\\\\PeaZip', \"\"\"$dir\"\"\"", " Set-Content $_.FullName $content -Encoding Unicode", "}" ], "checkver": { "github": "https://github.com/peazip/PeaZip" }, "notes": [ "To add Windows 11 Mini Context Menu integration, run the relevant .reg files located in:", "$dir\\res\\share\\batch\\Windows\\Windows 11 mini context menu\\", "There is also a txt file that includes all of the options available for the context menu in that folder as well as their descriptions." ], "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/peazip/PeaZip/releases/download/$version/peazip_portable-$version.WIN64.zip", "extract_dir": "peazip_portable-$version.WIN64" }, "32bit": { "url": "https://github.com/peazip/PeaZip/releases/download/$version/peazip_portable-$version.WINDOWS.zip", "extract_dir": "peazip_portable-$version.WINDOWS" } }, "hash": { "url": "$baseurl/SHA256.txt" } } }