From 9f9a2874bab595ca9048dc1e268a9595e16b2d7c Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sat, 4 Apr 2020 13:21:46 +0200 Subject: [PATCH] Updated the ChangeLog.txt --- github | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/github b/github index e299fa0..b2107f0 160000 --- a/github +++ b/github @@ -1 +1 @@ -Subproject commit e299fa0aeeec97b6a2fdd8edd51bf0ebbf8ef022 +Subproject commit b2107f086d8bae1976e450eee18804c48d960cc1 diff --git a/package.json b/package.json index f6a6407..d5ef5c7 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "start-n": "electron . -t --disable-hardware-acceleration --no-single-instance -u=https://clientapi.teaspeak.de/ -d", "start-nd": "electron . -t --disable-hardware-acceleration --no-single-instance -u=http://clientapi.teaspeak.dev/ -d", "start-01": "electron . --updater-channel=test -u=http://dev.clientapi.teaspeak.de/ -d --updater-ui-loader_type=0 --updater-local-version=1.0.1", - "start-s": "electron . --disable-hardware-acceleration --debug --updater-ui-ignore-version -t -u http://localhost:8081/", + "start-s": "electron . --disable-hardware-acceleration --debug --updater-ui-loader_type=2 --updater-ui-ignore-version -t -u http://localhost:8081/", "dtest": "electron . dtest", "compile-sass": "sass --update .:.", "compile-tsc": "tsc",