mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Linux Install: Bugfixing
This commit is contained in:
10
.github/workflows/LinuxInstall.yml
vendored
10
.github/workflows/LinuxInstall.yml
vendored
@@ -19,9 +19,6 @@ jobs:
|
||||
version: 11
|
||||
platform: x64
|
||||
|
||||
- name: 'Install LinuxDeployQt'
|
||||
uses: miurahr/install-linuxdeployqt-action@v0
|
||||
|
||||
- name: 'VCPKG: Set up VCPKG'
|
||||
run: |
|
||||
git clone --depth=1 https://github.com/microsoft/vcpkg.git
|
||||
@@ -63,6 +60,13 @@ jobs:
|
||||
cmake --build build -j6
|
||||
cmake --install build
|
||||
|
||||
- name: LinuxDeployQT
|
||||
working-directory: pdf4qt/build
|
||||
run: |
|
||||
wget -O deploy.AppImage https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
|
||||
chmod +x deploy.AppImage
|
||||
./deploy.AppImage install/usr/share/io.github.JakubMelka.Pdf4qt.desktop -executable-dir=install/usr/bin
|
||||
|
||||
- name: Make DEB package
|
||||
working-directory: pdf4qt/build
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user