mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Replace QuaZip (and other archiving operations) with libarchive (#3959)
This commit is contained in:
commit
bf5b03b4ff
48 changed files with 1414 additions and 1464 deletions
|
|
@ -9,7 +9,7 @@ runs:
|
|||
run: |
|
||||
sudo apt-get -y update
|
||||
sudo apt-get -y install \
|
||||
dpkg-dev \
|
||||
dpkg-dev libarchive-dev \
|
||||
ninja-build extra-cmake-modules scdoc \
|
||||
libqrencode-dev \
|
||||
appstream libxcb-cursor-dev
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ runs:
|
|||
cmark:p
|
||||
qrencode:p
|
||||
tomlplusplus:p
|
||||
quazip-qt6:p
|
||||
libarchive:p
|
||||
|
||||
- name: List pacman packages (MinGW)
|
||||
if: ${{ inputs.msystem != '' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue