mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-07 16:54:52 +08:00
WIP
This commit is contained in:
@@ -45,7 +45,7 @@ namespace UptimeKuma {
|
||||
trayIcon.MouseDoubleClick += new MouseEventHandler(Open);
|
||||
trayIcon.Visible = true;
|
||||
|
||||
if (File.Exists("core") && File.Exists("node")) {
|
||||
if (Directory.Exists("core") && Directory.Exists("node") && Directory.Exists("core/node_modules")) {
|
||||
// Go go go
|
||||
StartProcess();
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user