The search returned 1 result

by Portista
November 26, 2021 - 12:34
Forum: Package List
Subject: Package problem: tis-7zip 21.05
Answers: 0
Views : 31267

Package problem: tis-7zip 21.05

Hello everyone,

I've noticed a problem with the latest version of 7-Zip on the store; all installations end in error.

Upon closer inspection of setup.py, I noticed that the following is missing: `

def get_version_from_binary(filename):
if filename.endswith('.msi'):
return get_msi ...`