Merge branch 'master' into appimage

This commit is contained in:
Malte Jürgens
2022-07-17 19:43:36 +02:00
7 changed files with 30 additions and 13 deletions

6
scripts/install.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/bash
export CMAKE_GENERATOR="Ninja"
cmake -B build
cmake --build build --config Release
sudo cmake --install build