We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361e52f commit 913e55dCopy full SHA for 913e55d
.github/workflows/appimage-arm.yml
@@ -85,9 +85,9 @@ jobs:
85
- name: Download linuxdeploy and plugin
86
run: |
87
cd CaptureStream2
88
- wget https://github.com/linuxdeploy/linuxdeploy/releases/download/1-alpha-20250213-2/linuxdeploy-aarch64.AppImage
+ wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-aarch64.AppImage
89
chmod +x linuxdeploy-aarch64.AppImage
90
- wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/1-alpha-20250213-1/linuxdeploy-plugin-qt-aarch64.AppImage
+ wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-aarch64.AppImage
91
chmod +x linuxdeploy-plugin-qt-aarch64.AppImage
92
93
- name: Copy missing libs
0 commit comments