@@ -138,12 +138,12 @@ jobs:
138
138
curl \
139
139
-L \
140
140
-Z \
141
- -O https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage \
142
- -O https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage \
141
+ -O https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-static- x86_64.AppImage \
142
+ -O https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-static- x86_64.AppImage \
143
143
-O https://github.com/linuxdeploy/linuxdeploy-plugin-appimage/releases/download/continuous/linuxdeploy-plugin-appimage-x86_64.AppImage
144
144
chmod +x \
145
- linuxdeploy-x86_64.AppImage \
146
- linuxdeploy-plugin-qt-x86_64.AppImage \
145
+ linuxdeploy-static- x86_64.AppImage \
146
+ linuxdeploy-plugin-qt-static- x86_64.AppImage \
147
147
linuxdeploy-plugin-appimage-x86_64.AppImage
148
148
149
149
- name : Prepare files for AppImage
@@ -156,12 +156,12 @@ jobs:
156
156
157
157
- name : Package AppImage
158
158
run : |
159
- ./linuxdeploy-x86_64.AppImage --appdir qbittorrent --plugin qt
159
+ ./linuxdeploy-static- x86_64.AppImage --appdir qbittorrent --plugin qt
160
160
rm qbittorrent/apprun-hooks/*
161
161
cp .github/workflows/helper/appimage/export_vars.sh qbittorrent/apprun-hooks/export_vars.sh
162
162
NO_APPSTREAM=1 \
163
163
OUTPUT=upload/qbittorrent-CI_Ubuntu_x86_64.AppImage \
164
- ./linuxdeploy-x86_64.AppImage --appdir qbittorrent --output appimage
164
+ ./linuxdeploy-static- x86_64.AppImage --appdir qbittorrent --output appimage
165
165
166
166
- name : Upload build artifacts
167
167
uses : actions/upload-artifact@v4
0 commit comments