Skip to content

Commit

Permalink
Merge pull request #24826 from musescore/port/4.4.3/fix_nightly
Browse files Browse the repository at this point in the history
[4.4.3] Fix nightly builds on Linux
  • Loading branch information
RomanPudashkin committed Sep 20, 2024
2 parents 9508b7a + 3389a45 commit 7411da4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buildscripts/ci/linux/tools/make_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@ if [[ ! -d $BUILD_TOOLS/appimageupdatetool ]]; then
fi
if [[ "${UPDATE_INFORMATION}" ]]; then
export PATH="$BUILD_TOOLS/appimageupdatetool:$PATH"
appimageupdatetool --version

# `appimageupdatetool`'s `AppRun` script gets confused when called via a symlink.
# Resolve the symlink here to avoid this issue.
$(readlink -f "$(which appimageupdatetool)") --version
fi

##########################################################################
Expand Down

0 comments on commit 7411da4

Please sign in to comment.