File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ jobs:
122
122
make -j${{env.CORES}}
123
123
- name : ' ⚙️ Install linuxdeploy'
124
124
run : |
125
- wget https://github.com/linuxdeploy/linuxdeploy/releases/download/1-alpha-20240109-1 /linuxdeploy-x86_64.AppImage
126
- wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/1-alpha-20240109-1 /linuxdeploy-plugin-qt-x86_64.AppImage
125
+ wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous /linuxdeploy-x86_64.AppImage
126
+ wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous /linuxdeploy-plugin-qt-x86_64.AppImage
127
127
chmod +x linuxdeploy-x86_64.AppImage
128
128
chmod +x linuxdeploy-plugin-qt-x86_64.AppImage
129
129
- name : ' 📦 Create AppImage'
Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ jobs:
111
111
make -j${{env.CORES}}
112
112
- name : ' ⚙️ Install linuxdeploy'
113
113
run : |
114
- wget https://github.com/linuxdeploy/linuxdeploy/releases/download/1-alpha-20240109-1 /linuxdeploy-x86_64.AppImage
115
- wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/1-alpha-20240109-1 /linuxdeploy-plugin-qt-x86_64.AppImage
114
+ wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous /linuxdeploy-x86_64.AppImage
115
+ wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous /linuxdeploy-plugin-qt-x86_64.AppImage
116
116
chmod +x linuxdeploy-x86_64.AppImage
117
117
chmod +x linuxdeploy-plugin-qt-x86_64.AppImage
118
118
- name : ' 📦 Create AppImage'
You can’t perform that action at this time.
0 commit comments