mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-03-10 00:10:10 +01:00
Revert "Linux installation: Deploy Qt"
This reverts commit 86a32de1d18bb15b7d2c515faf232d02639e6abf.
This commit is contained in:
parent
86a32de1d1
commit
04c7855d7e
8
.github/workflows/LinuxInstall.yml
vendored
8
.github/workflows/LinuxInstall.yml
vendored
@ -18,9 +18,6 @@ jobs:
|
||||
with:
|
||||
version: 11
|
||||
platform: x64
|
||||
|
||||
- name: Install LinuxDeployQt
|
||||
uses: miurahr/install-linuxdeployqt-action@v0
|
||||
|
||||
- name: 'VCPKG: Set up VCPKG'
|
||||
run: |
|
||||
@ -62,11 +59,6 @@ jobs:
|
||||
cmake -B build -S . -DPDF4QT_INSTALL_QT_DEPENDENCIES=0 -DCMAKE_TOOLCHAIN_FILE=../vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_BUILD_TYPE=Release -DVCPKG_OVERLAY_PORTS=vcpkg/overlays
|
||||
cmake --build build -j6
|
||||
cmake --install build
|
||||
|
||||
- name: LinuxDeployQT
|
||||
working-directory: pdf4qt/build/install
|
||||
run: |
|
||||
linuxdeployqt-continuous-x86_64.AppImage usr/share/io.github.JakubMelka.Pdf4qt.desktop -executable-dir=usr/bin
|
||||
|
||||
- name: Make DEB package
|
||||
working-directory: pdf4qt/build
|
||||
|
Loading…
x
Reference in New Issue
Block a user