part of client logic moved to new project
This commit is contained in:
6
Launcher.Client/Resources/default.descriptor.template
Normal file
6
Launcher.Client/Resources/default.descriptor.template
Normal file
@@ -0,0 +1,6 @@
|
||||
name: ""; #label, which displays in launcher
|
||||
directory: ""; #name of program' directory on server and client
|
||||
description: ""; #desctiption, which displays in launcher
|
||||
icon: ""; #name of the icon file
|
||||
background: ""; #name of the background file
|
||||
launchcommand: ""; #command, which starts the program
|
||||
6
Launcher.Client/Resources/launcher.dtsod
Normal file
6
Launcher.Client/Resources/launcher.dtsod
Normal file
@@ -0,0 +1,6 @@
|
||||
version: 1;
|
||||
|
||||
$server: {
|
||||
ip: "127.0.0.1";
|
||||
port: 25000;
|
||||
};
|
||||
Reference in New Issue
Block a user