This commit is contained in:
Nadia Holmquist Pedersen
2024-02-01 20:51:28 +01:00
parent 17e054c279
commit 48f865e11c

View File

@ -53,6 +53,7 @@ jobs:
path: AppDir path: AppDir
- name: Prepare necessary Tools for building the AppImage - name: Prepare necessary Tools for building the AppImage
run: | run: |
ls -R
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
chmod a+x linuxdeploy-x86_64.AppImage chmod a+x linuxdeploy-x86_64.AppImage