mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-16 20:27:05 +03:00
use 7zr light weight version
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -51,7 +51,7 @@ class QtInstaller:
|
||||
if platform.system() == 'Windows':
|
||||
run([r'C:\Program Files\7-Zip\7z.exe', 'x', '-aoa', '-y', archive])
|
||||
else:
|
||||
run([r'7z', 'x', '-aoa', '-y', archive])
|
||||
run([r'7zr', 'x', '-aoa', '-y', archive])
|
||||
os.unlink(archive)
|
||||
|
||||
@staticmethod
|
||||
|
||||
@@ -17,7 +17,7 @@ jobs:
|
||||
displayName: 'Run lint tests'
|
||||
- script: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install p7zip-full
|
||||
sudo apt-get -y install p7zip
|
||||
- task: PythonScript@0
|
||||
inputs:
|
||||
scriptSource: filePath
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
architecture: 'x64'
|
||||
- script: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install p7zip-full
|
||||
sudo apt-get -y install p7zip
|
||||
- task: PythonScript@0
|
||||
inputs:
|
||||
scriptSource: filePath
|
||||
|
||||
Reference in New Issue
Block a user