Udated a lot of stuff

This commit is contained in:
WolverinDEV
2019-06-30 17:24:10 +02:00
parent 6b70b8d425
commit 160c6d83db
25 changed files with 642 additions and 176 deletions
@@ -3,6 +3,7 @@ import {app} from "electron";
export class Arguments {
static readonly DEV_TOOLS = ["t", "dev-tools"];
static readonly DEV_TOOLS_GDB = ["gdb"];
static readonly DEBUG = ["d", "debug"];
static readonly DISABLE_ANIMATION = ["a", "disable-animation"];
static readonly SERVER_URL = ["u", "server-url"];