fix: while connected to MySQL if internet was lost no qso would be logged anymore
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
//go:build windows
|
||||
//go:build windows && !bindings
|
||||
|
||||
// NB the !bindings tag: Wails generates the TypeScript bindings by BUILDING AND
|
||||
// RUNNING this binary. With the guard active, a normal OpsLog already running on
|
||||
// the dev machine holds the mutex, the generator's process exits instantly, and
|
||||
// no bindings are produced. Excluding the guard from that build keeps generation
|
||||
// working while shipping builds still get it.
|
||||
|
||||
package main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user