init
Some checks failed
Build and Release / release (push) Failing after 26s

This commit is contained in:
2025-12-12 17:37:34 +07:00
commit 9d769ed08c
32 changed files with 895 additions and 0 deletions

7
run_admin.go Normal file
View File

@@ -0,0 +1,7 @@
//go:build !windows && !darwin && !linux
package main
func runWithAdmin(exePath string, env []string) error {
return nil
}