Skip to content

Commit

Permalink
Switch to upstream linuxdeploy-plugin-checkrt
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Dec 25, 2024
1 parent 996cc19 commit 9351eb6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions ci/build-appimages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,10 @@ rm -rf {appimageupdatetool,AppImageUpdate}.AppDir/usr/include


# get linuxdeploy and its qt plugin
checkrt_arch="$ARCH"
if [[ "$checkrt_arch" == "i386" ]]; then
checkrt_arch=i686
fi

wget https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/linuxdeploy-"$CMAKE_ARCH".AppImage
wget https://github.com/TheAssassin/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-"$CMAKE_ARCH".AppImage
wget https://github.com/linuxdeploy/linuxdeploy-plugin-checkrt/releases/download/continuous/linuxdeploy-plugin-checkrt-"$checkrt_arch".sh
chmod +x linuxdeploy*.AppImage linuxdeploy-plugin-checkrt*.sh
wget https://github.com/darealshinji/linuxdeploy-plugin-checkrt/releases/download/continuous/linuxdeploy-plugin-checkrt.sh
chmod +x linuxdeploy*.AppImage linuxdeploy-plugin-checkrt.sh

patch_appimage() {
while [[ "$1" != "" ]]; do
Expand Down

0 comments on commit 9351eb6

Please sign in to comment.