mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Use package.json author for DEBIAN maintainer field
This commit is contained in:
@@ -369,6 +369,7 @@ function packageLinuxDeb (
|
||||
packageName: applicationName.replace(/_/g, "-")
|
||||
, applicationName
|
||||
, applicationVersion
|
||||
, author
|
||||
};
|
||||
|
||||
// Do templating on control file
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package: {{packageName}}
|
||||
Version: {{applicationVersion}}
|
||||
Priority: optional
|
||||
Maintainer: Matt Hensman <m+github@matt.tf>
|
||||
Maintainer: {{{author}}}
|
||||
Architecture: amd64
|
||||
Description: {{applicationName}}
|
||||
|
||||
Reference in New Issue
Block a user