Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a82d8c50 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

[Auto] Update domain substitution

parent 3a2f9baa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ def _extract_tar_with_7z(binary, archive_path, output_dir, relative_to):
                           output_dir / relative_to)
        raise FileExistsError()
    cmd1 = (binary, 'x', str(archive_path), '-so')
    cmd2 = (binary, 'x', '-si', '-aoa', '-ttar', f'-o{str(output_dir)}')
    cmd2 = (binary, 'x', '-si', '-snld', '-aoa', '-ttar', f'-o{str(output_dir)}')
    get_logger().debug('7z command line: %s | %s', ' '.join(cmd1), ' '.join(cmd2))

    proc1 = subprocess.Popen(cmd1, stdout=subprocess.PIPE) #pylint: disable=consider-using-with
+1 −1
Original line number Diff line number Diff line
chromium_version="138.0.7204.168"
cromite_branch="v138.0.7204.169-bd85e1d8092b493c5aa87292c98065aba3087112"
ungoogled_chromium_branch="138.0.7204.157-1"
ungoogled_chromium_branch="138.0.7204.168-1"