Skip to content

Commit c8fd9bb

Browse files
committed
Switch to upstream linuxdeploy-plugin-checkrt
1 parent 45f8ee8 commit c8fd9bb

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

ci/build-appimages.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,10 @@ rm -rf {appimageupdatetool,AppImageUpdate}.AppDir/usr/include
7676

7777

7878
# get linuxdeploy and its qt plugin
79-
checkrt_arch="$ARCH"
80-
if [[ "$checkrt_arch" == "i386" ]]; then
81-
checkrt_arch=i686
82-
fi
83-
8479
wget https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/linuxdeploy-"$CMAKE_ARCH".AppImage
8580
wget https://github.com/TheAssassin/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-"$CMAKE_ARCH".AppImage
86-
wget https://github.com/linuxdeploy/linuxdeploy-plugin-checkrt/releases/download/continuous/linuxdeploy-plugin-checkrt-"$checkrt_arch".sh
87-
chmod +x linuxdeploy*.AppImage linuxdeploy-plugin-checkrt*.sh
81+
wget https://github.com/darealshinji/linuxdeploy-plugin-checkrt/releases/download/continuous/linuxdeploy-plugin-checkrt.sh
82+
chmod +x linuxdeploy*.AppImage linuxdeploy-plugin-checkrt.sh
8883

8984
patch_appimage() {
9085
while [[ "$1" != "" ]]; do

0 commit comments

Comments
 (0)