mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
Fixed a potential warning when running the tools/create_AppImage.sh script.
This commit is contained in:
parent
3eacb27c3b
commit
9396577c89
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue