Icon + loader for client
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user