mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 05:04:38 +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':
|
if platform.system() == 'Windows':
|
||||||
run([r'C:\Program Files\7-Zip\7z.exe', 'x', '-aoa', '-y', archive])
|
run([r'C:\Program Files\7-Zip\7z.exe', 'x', '-aoa', '-y', archive])
|
||||||
else:
|
else:
|
||||||
run([r'7z', 'x', '-aoa', '-y', archive])
|
run([r'7zr', 'x', '-aoa', '-y', archive])
|
||||||
os.unlink(archive)
|
os.unlink(archive)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ jobs:
|
|||||||
displayName: 'Run lint tests'
|
displayName: 'Run lint tests'
|
||||||
- script: |
|
- script: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get -y install p7zip-full
|
sudo apt-get -y install p7zip
|
||||||
- task: PythonScript@0
|
- task: PythonScript@0
|
||||||
inputs:
|
inputs:
|
||||||
scriptSource: filePath
|
scriptSource: filePath
|
||||||
@@ -37,7 +37,7 @@ jobs:
|
|||||||
architecture: 'x64'
|
architecture: 'x64'
|
||||||
- script: |
|
- script: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get -y install p7zip-full
|
sudo apt-get -y install p7zip
|
||||||
- task: PythonScript@0
|
- task: PythonScript@0
|
||||||
inputs:
|
inputs:
|
||||||
scriptSource: filePath
|
scriptSource: filePath
|
||||||
|
|||||||
Reference in New Issue
Block a user