feat: implement cross-platform hotkey management and update frontend build infrastructure

This commit is contained in:
jahruz67
2026-05-08 15:54:36 -07:00
parent 25ab3accfa
commit 0cd56ca083
24 changed files with 453 additions and 325 deletions
+4
View File
@@ -35,6 +35,10 @@ var assets embed.FS
// Global lock file handle for single instance management
var instanceLock *os.File
// AppVersion is set at link time by scripts/build.bat and scripts/build-linux.sh
// from scripts/VERSION. Default is used for plain `go build` / `wails build`.
var AppVersion = "dev"
func main() {
// Ensure only one instance of the application is running
if !acquireInstanceLock() {