This repository was archived by the owner on Feb 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "syscall"
1111 "time"
1212
13- "mcsmanager .com/desktop-app /utils"
13+ "github .com/MCSManager/Launcher /utils"
1414)
1515
1616type ProcessMgr struct {
Original file line number Diff line number Diff line change 1- module mcsmanager .com/desktop-app
1+ module github .com/MCSManager/Launcher
22
33go 1.19
44
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ import (
1313 "fyne.io/fyne/v2/container"
1414 "fyne.io/fyne/v2/layout"
1515 "fyne.io/fyne/v2/widget"
16- "mcsmanager .com/desktop-app /cmd"
17- "mcsmanager .com/desktop-app /uiw"
18- "mcsmanager .com/desktop-app /utils"
16+ "github .com/MCSManager/Launcher /cmd"
17+ "github .com/MCSManager/Launcher /uiw"
18+ "github .com/MCSManager/Launcher /utils"
1919)
2020
2121type WebConfig struct {
@@ -76,7 +76,7 @@ func main() {
7676
7777 //守护进程管理
7878 pwd , _ := os .Getwd ()
79- fmt .Println ("开始工作目录 " , pwd )
79+ fmt .Println ("CWD: " , pwd )
8080 // 程序所在目录
8181 daemon := cmd .NewProcessMgr (pwd + "/mcsmanager/daemon/" , "./node_app.exe" , "app.js" )
8282 web := cmd .NewProcessMgr (pwd + "/mcsmanager/web/" , "./node_app.exe" , "app.js" )
You can’t perform that action at this time.
0 commit comments