mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05: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
|
mkdir AppDir
|
||||||
|
|
||||||
rm -f CMakeCache.txt
|
rm -f CMakeCache.txt
|
||||||
cmake -DAPPIMAGE_BUILD=on -DBUNDLED_CERTS=on .
|
cmake -DAPPIMAGE_BUILD=on .
|
||||||
make clean
|
make clean
|
||||||
make -j${JOBS}
|
make -j${JOBS}
|
||||||
make install DESTDIR=AppDir
|
make install DESTDIR=AppDir
|
||||||
|
|
Loading…
Reference in a new issue