teejee2008 / polo

Advanced file manager for Linux written in Vala. Supports multiple panes (single, dual, quad) with multiple tabs in each pane. Supports archive creation, extraction and browsing. Support for cloud storage; running and managing KVM images, modifying PDF documents and image files, booting ISO files in KVM, and writing ISO files to USB drives.
https://teejee2008.github.io/polo/
GNU General Public License v2.0
619 stars 85 forks source link

Update support for latest versions of 7-Zip #284

Closed zcsteele closed 7 months ago

zcsteele commented 8 months ago

With the latest builds of 7-zip the versioning information is reported with a new formatting layout.

Old layout: 7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18

New layout: 7-Zip 23.01 (x64) : Copyright (c) 1999-2023 Igor Pavlov : 2023-06-20

This PR updates the regex in ArchiveTask to fetch the correct version number with both string formats.