mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-21 14:08:53 -04:00
WIP
This commit is contained in:
parent
3eaccb560e
commit
655ba015a0
3 changed files with 121 additions and 11 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue