mirror of
https://github.com/chenx-dust/EZ4Connect.git
synced 2026-09-20 10:23:33 +08:00
fix(ci): Update download link for linuxdeploy-plugin-qt to use aarch64 version in build workflow
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -413,7 +413,7 @@ jobs:
|
||||
sudo apt install -y libxcb-cursor0 fuse
|
||||
|
||||
wget -O linuxdeploy https://github.com/linuxdeploy/linuxdeploy/releases/download/2.0.0-alpha-1-20241106/linuxdeploy-aarch64.AppImage
|
||||
wget -O linuxdeploy-plugin-qt https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/2.0.0-alpha-1-20241106/linuxdeploy-plugin-qt-arm64.AppImage
|
||||
wget -O linuxdeploy-plugin-qt https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/2.0.0-alpha-1-20241106/linuxdeploy-plugin-qt-aarch64.AppImage
|
||||
chmod a+x linuxdeploy linuxdeploy-plugin-qt
|
||||
|
||||
mkdir AppDir
|
||||
|
||||
Reference in New Issue
Block a user