Fixed a potential warning when running the tools/create_AppImage.sh script.

This commit is contained in:
Leon Styhre 2022-03-20 19:46:43 +01:00
parent 3eacb27c3b
commit 9396577c89

View file

@ -37,7 +37,7 @@ chmod a+x linuxdeploy-x86_64.AppImage
rm -rf ./AppDir
mkdir AppDir
rm CMakeCache.txt
rm -f CMakeCache.txt
cmake -DBUNDLED_CERTS=on .
make clean
make -j8