mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Rework Startup Args (#946)
* Rework startup args * Preserve previous startup args on re-launch * Ignore subprocess when checking for duplicate processes * Cleanup code * Remove extra process list grabbing * Use `IsUpgradePrefix` when using `RestartApplication` * Change `ProxyServerPrefix` to `ProxyUrlPrefix`
This commit is contained in:
@@ -90,6 +90,7 @@
|
||||
<PackageReference Include="SharpDX.Mathematics" Version="4.2.0" />
|
||||
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.119" />
|
||||
<PackageReference Include="System.Drawing.Common" Version="8.0.10" />
|
||||
<PackageReference Include="System.Management" Version="8.0.0" />
|
||||
<PackageReference Include="System.Net.Http" Version="4.3.4" />
|
||||
<PackageReference Include="System.Text.Json" Version="8.0.5" />
|
||||
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
|
||||
|
||||
Reference in New Issue
Block a user