GODT-1675: Pass app name and vendor from topmost Makefile.

This commit is contained in:
Jakub
2022-08-19 10:58:46 +02:00
parent 264c2b2f90
commit 35d2cc9be7
12 changed files with 84 additions and 29 deletions

View File

@ -24,6 +24,9 @@ const VendorName = "protonmail"
//nolint:gochecknoglobals
var (
// Version of the build.
FullAppName = ""
// Version of the build.
Version = ""