(Linux) Removed an inaccurate comment from the create_AppImage.sh script

This commit is contained in:
Leon Styhre 2023-11-10 14:01:07 +01:00
parent bbfb655ee1
commit b51c6d7403

View file

@ -5,10 +5,6 @@
# create_AppImage.sh
#
# Runs the complete process of building a Linux AppImage.
# The BUNDLED_CERTS option is very important as otherwise curl will not work on all
# distributions as for example Debian-based systems place the TLS certificates in a
# different location under /etc than Fedora and openSUSE.
#
# The SDL library is also built and included in the AppImage.
#
# This script has only been tested on Ubuntu 20.04 LTS and 22.04 LTS.