--config="C:\DB.sqlite"

This commit is contained in:
Natsumi
2022-03-30 04:21:43 +13:00
parent 7cb72b1ff0
commit 97761f81c1
3 changed files with 7 additions and 2 deletions
+3
View File
@@ -25,6 +25,9 @@ namespace VRCX
{
if (arg.Length > 12 && arg.Substring(0, 12) == "/uri=vrcx://")
LaunchCommand = arg.Substring(12);
if (arg.Length > 12 && arg.Substring(0, 8) == "--config")
Program.ConfigLocation = arg.Substring(9);
}
if (processList.Length > 1 && String.IsNullOrEmpty(LaunchCommand))