Skip to content

Commit 6b7dec7

Browse files
committed
Fix i686 build
1 parent fee0413 commit 6b7dec7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/build-appimages.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ if [[ "$checkrt_arch" == "i386" ]]; then
8181
checkrt_arch=i686
8282
fi
8383

84-
wget https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/linuxdeploy-"$ARCH".AppImage
85-
wget https://github.com/TheAssassin/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-"$ARCH".AppImage
84+
wget https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/linuxdeploy-"$CMAKE_ARCH".AppImage
85+
wget https://github.com/TheAssassin/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-"$CMAKE_ARCH".AppImage
8686
wget https://github.com/linuxdeploy/linuxdeploy-plugin-checkrt/releases/download/continuous/linuxdeploy-plugin-checkrt-"$checkrt_arch".sh
8787
chmod +x linuxdeploy*.AppImage linuxdeploy-plugin-checkrt*.sh
8888

@@ -110,7 +110,7 @@ for app in appimageupdatetool AppImageUpdate validate; do
110110
export OUTPUT="$app"-"$ARCH".AppImage
111111

112112
# bundle application
113-
./linuxdeploy-"$ARCH".AppImage --appdir "$app".AppDir --output appimage "${extra_flags[@]}" -d "$REPO_ROOT"/resources/"$app".desktop -i "$REPO_ROOT"/resources/appimage.png --plugin checkrt
113+
./linuxdeploy-"$CMAKE_ARCH".AppImage --appdir "$app".AppDir --output appimage "${extra_flags[@]}" -d "$REPO_ROOT"/resources/"$app".desktop -i "$REPO_ROOT"/resources/appimage.png --plugin checkrt
114114
done
115115

116116
# move AppImages to old cwd

0 commit comments

Comments
 (0)