Icon + loader for client

This commit is contained in:
Clément
2025-03-05 12:55:35 +01:00
parent a83104d322
commit 6d228aee55
12 changed files with 87 additions and 19 deletions

View File

@@ -46,7 +46,7 @@ application {
} else if (project.hasProperty('client')) {
mainClass = 'ChatAppClient'
} else if (project.hasProperty('serverGui')) {
mainClass = 'server.ServerGUI'
mainClass = 'server.ServerGui'
} else {
mainClass = 'client.ClientGui'
}