//go:build production package main // updaterAutoCheck gates the startup update check to production builds: // `wails3 build` sets -tags production, `wails3 dev` does not, so dev // binaries in build/bin never phone home. const updaterAutoCheck = true