add gui app condition
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
LordMZTE 2021-04-09 22:35:05 +02:00
parent 8b3762ded6
commit a2fd169fea
2 changed files with 2 additions and 0 deletions

1
de.dot
View file

@ -81,5 +81,6 @@ digraph langchart {
n_14 -> v_bad [label="CLI App"];
n_14 -> good [label="Embedded Scripting"];
n_14 -> v_good [label="Game Dev"];
n_14 -> acceptable [label="GUI App"];
}

1
en.dot
View file

@ -81,5 +81,6 @@ digraph langchart {
n_14 -> v_bad [label="CLI App"];
n_14 -> good [label="Embedded Scripting"];
n_14 -> v_good [label="Game Dev"];
n_14 -> acceptable [label="GUI App"];
}