diff --git a/tools/create_AppImage.sh b/tools/create_AppImage.sh index e2ae974aa..458ba1f0d 100755 --- a/tools/create_AppImage.sh +++ b/tools/create_AppImage.sh @@ -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.