change startup path #69

This commit is contained in:
pypy
2020-07-13 21:30:47 +09:00
parent a787bfb739
commit 7c4563bf9b
4 changed files with 13 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ namespace VRCX
catch
{
}
// Application.StartupPath + "/html/index.html"
// AppDomain.CurrentDomain.BaseDirectory + "/html/index.html"
Browser = new ChromiumWebBrowser(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "html/index.html"))
{
DragHandler = new NoopDragHandler(),