This commit is contained in:
MrBesen 2022-03-15 13:16:29 +01:00
commit 3ababaa771
7 changed files with 24 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*.AppImage
AppDir/
*.conf

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "tictactoebot"]
path = tictactoebot
url = https://git.mrbesen.de/MrBesen/tictactoebot
[submodule "json"]
path = json
url = https://github.com/nlohmann/json.git

7
build.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
ln -sr json/include/nlohmann tictactoebot/TAPI/include
make -j$(nproc) -C tictactoebot
rm -rf AppDir
./linuxdeploy-x86_64.AppImage --appdir=AppDir -e tictactoebot/tictactoebot -i icon.svg -d tictactoebot.desktop --output appimage

0
icon.svg Normal file
View File

1
json Submodule

@ -0,0 +1 @@
Subproject commit e7b3b40b5a95bc74b9a7f662830a27c49ffc01b4

1
tictactoebot Submodule

@ -0,0 +1 @@
Subproject commit 188db932fbd69b53380fc989104895920c833ece

6
tictactoebot.desktop Normal file
View File

@ -0,0 +1,6 @@
[Desktop Entry]
Name=TicTacToeBot
Exec=tictactoebot
Type=Application
Icon=icon
Categories=Utility