mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 17:23:50 +02:00
use cached path
This commit is contained in:
@@ -11,8 +11,15 @@ using System.Windows.Forms;
|
||||
|
||||
namespace VRCX
|
||||
{
|
||||
public static class Program
|
||||
public class Program
|
||||
{
|
||||
public static string BaseDirectory { get; private set; }
|
||||
|
||||
static Program()
|
||||
{
|
||||
BaseDirectory = AppDomain.CurrentDomain.BaseDirectory;
|
||||
}
|
||||
|
||||
[STAThread]
|
||||
public static void Main()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user