Added support for easy deployment to offsite server

This commit is contained in:
2021-02-28 05:01:54 +01:00
parent 81c17b2cc1
commit bc0345f061
13 changed files with 65 additions and 44 deletions

View File

@@ -1,3 +1,6 @@
Manifest-Version: 1.0
Main-Class: client.networking.Client
Main-Class: Launcher
Class-Path: src.zip javafx-swt.jar javafx.web.jar javafx.base.jar javafx
.fxml.jar javafx.media.jar javafx.swing.jar javafx.controls.jar javafx.
graphics.jar

View File

@@ -1,3 +1,2 @@
Manifest-Version: 1.0
Main-Class: networking.SinglePlayerServer

View File

@@ -0,0 +1,2 @@
Manifest-Version: 1.0
Main-Class: networking.MultiPlayerServer

View File

@@ -0,0 +1,2 @@
Manifest-Version: 1.0
Main-Class: networking.SinglePlayerServer