(Linux) Changed the regular AppImage release to no longer be built using the bundled TLS/SSL certificates

This commit is contained in:
Leon Styhre 2023-10-31 20:58:25 +01:00
parent f22af4afa9
commit bfea6b3d73

View file

@ -71,7 +71,7 @@ rm -rf ./AppDir
mkdir AppDir
rm -f CMakeCache.txt
cmake -DAPPIMAGE_BUILD=on -DBUNDLED_CERTS=on .
cmake -DAPPIMAGE_BUILD=on .
make clean
make -j${JOBS}
make install DESTDIR=AppDir