develar / 7zip-bin

7-Zip precompiled binaries
MIT License
118 stars 34 forks source link

Update 7zip bin #21

Open panther7 opened 1 year ago

panther7 commented 1 year ago

Hi, is posbile update 7zip bin to v22.01 (or 23.00)?

Btw, v23.00 is available for all platforms: https://www.7-zip.org/download.html

Thanks

mydevpeeps commented 1 week ago

@panther7 I manually updated mine with the latest version (24.06) of 7zr.exe and then updated index.js to point to it. easy button.

//return path.join(__dirname, "win", process.arch, "7za.exe")
    return path.join(__dirname, "win", process.arch, "7zr.exe")