mirror of
https://github.com/jahruz67/wisp-open.git
synced 2026-08-08 18:14:08 +00:00
feat: implement cross-platform hotkey management and update frontend build infrastructure
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user