Skip to content

Commit

Permalink
Update build_appimage.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel authored Aug 3, 2023
1 parent 6fa5a2b commit 658073a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [ -z "$GAME_VERSION" ]; then
fi
export GAME_ARCH=$(uname -m)

CENTOS=`which yum || true`
CENTOS=`cat /etc/centos-release || true`
if [ -n "$CENTOS" ]; then
# centos (>= 7) build tools
yum install -yy centos-release-scl && yum install -yy git devtoolset-7-toolchain
Expand Down

0 comments on commit 658073a

Please sign in to comment.