From 09434fcc5b8cba51989466f889b88d2df7c22dba Mon Sep 17 00:00:00 2001 From: AzenKain Date: Mon, 13 Oct 2025 09:09:55 +0700 Subject: [PATCH] UPDATE: System tray --- build/windows/wails.exe.manifest | 2 +- pkg/constant/constant.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/windows/wails.exe.manifest b/build/windows/wails.exe.manifest index 05bd69f..f0d70ed 100644 --- a/build/windows/wails.exe.manifest +++ b/build/windows/wails.exe.manifest @@ -15,7 +15,7 @@ - + diff --git a/pkg/constant/constant.go b/pkg/constant/constant.go index 02993ec..006206e 100644 --- a/pkg/constant/constant.go +++ b/pkg/constant/constant.go @@ -10,7 +10,7 @@ const ProxyZipFile = "64bit.zip" const LauncherFile = "firefly-launcher.exe" const TempUrl = "./temp" -const CurrentLauncherVersion = "2.1.0" +const CurrentLauncherVersion = "2.1.1" type ToolFile string