Skip to content

Commit 913e55d

Browse files
authored
appimage-arm.yml を更新
1 parent 361e52f commit 913e55d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/appimage-arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ jobs:
8585
- name: Download linuxdeploy and plugin
8686
run: |
8787
cd CaptureStream2
88-
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/1-alpha-20250213-2/linuxdeploy-aarch64.AppImage
88+
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-aarch64.AppImage
8989
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
90+
wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-aarch64.AppImage
9191
chmod +x linuxdeploy-plugin-qt-aarch64.AppImage
9292
9393
- name: Copy missing libs

0 commit comments

Comments
 (0)