From 448ced1260336ddf08c584aa9a4ec16291b3f459 Mon Sep 17 00:00:00 2001 From: AzenKain Date: Fri, 8 Aug 2025 12:26:45 +0700 Subject: [PATCH] FIX: fix admin require --- build/windows/wails.exe.manifest | 16 +++++++++++++--- pkg/constant/constant.go | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/build/windows/wails.exe.manifest b/build/windows/wails.exe.manifest index ba2a71a..9588dce 100644 --- a/build/windows/wails.exe.manifest +++ b/build/windows/wails.exe.manifest @@ -6,10 +6,20 @@ + + + + + + + + + + - true/pm - permonitorv2,permonitor + true/pm + permonitorv2,permonitor - \ No newline at end of file + diff --git a/pkg/constant/constant.go b/pkg/constant/constant.go index 003da2b..c7e5b3d 100644 --- a/pkg/constant/constant.go +++ b/pkg/constant/constant.go @@ -11,7 +11,7 @@ const LauncherFile = "firefly-launcher.exe" const TempUrl = "./temp" -const CurrentLauncherVersion = "1.2" +const CurrentLauncherVersion = "1.2.1" type ToolFile string