star/gdu/build/build.go

17 lines
339 B
Go
Raw Normal View History

2025-04-26 19:33:14 +08:00
package build
import "b612.me/apps/b612/version"
// Version stores the current version of the app
var Version = version.Version
// Time of the build
var Time string
// User who built it
var User string
// RootPathPrefix stores path to be prepended to given absolute path
// e.g. /var/lib/snapd/hostfs for snap
var RootPathPrefix = ""