admin: add build tags to "About"

build tags like e2ee and external are now included in the about page.
This commit is contained in:
Harvey Tindall
2024-08-11 17:55:12 +01:00
parent d2c7bf06f7
commit ab3989f233
10 changed files with 28 additions and 0 deletions
+3
View File
@@ -1,3 +1,4 @@
//go:build external
// +build external
package main
@@ -12,6 +13,8 @@ import (
const binaryType = "external"
func BuildTagsExternal() { buildTags = append(buildTags, "external") }
var localFS dirFS
var langFS dirFS