diff --git a/internal/fs-service/fs.go b/internal/fs-service/fs.go index 5cb54de..71b7317 100644 --- a/internal/fs-service/fs.go +++ b/internal/fs-service/fs.go @@ -125,7 +125,7 @@ func (f *FSService) StartWithConsole(path string) (bool, string) { application.Get().Event.Emit("game:exit") } else if strings.HasSuffix(path, "firefly-go_win.exe") { application.Get().Event.Emit("server:exit") - } else if strings.HasSuffix(path, "FireflyProxy.exe") { + } else if strings.HasSuffix(path, "firefly-go-proxy.exe") { application.Get().Event.Emit("proxy:exit") } }() diff --git a/pkg/constant/constant.go b/pkg/constant/constant.go index 87aeb69..9af6f2f 100644 --- a/pkg/constant/constant.go +++ b/pkg/constant/constant.go @@ -10,7 +10,7 @@ const ProxyFile = "firefly-go-proxy.exe" const LauncherFile = "firefly-launcher.exe" const TempUrl = "./temp" -const CurrentLauncherVersion = "2.3.2" +const CurrentLauncherVersion = "2.3.3" type ToolFile string