Add correct paths for 'data' and 'cache' directories

This commit is contained in:
Vyn 2024-11-22 15:10:59 +01:00
parent b0e32b6717
commit 828de30570
5 changed files with 19 additions and 11 deletions

1
run-release.sh Normal file
View file

@ -0,0 +1 @@
cmake -DCMAKE_BUILD_TYPE=Release -S . -B ./build -G Ninja && cd build && ninja && cd - && build/lali