mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
(Linux) Changed the regular AppImage release to no longer be built using the bundled TLS/SSL certificates
This commit is contained in:
parent
f22af4afa9
commit
bfea6b3d73
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue