mirror of
https://github.com/atom/atom.git
synced 2026-01-14 09:27:57 -05:00
Pass policyFileName variable to RPM spec template
This commit is contained in:
@@ -81,7 +81,8 @@ module.exports = function(packagedAppPath) {
|
||||
apmFileName: apmExecutableName,
|
||||
description: appDescription,
|
||||
installDir: '/usr',
|
||||
version: appVersion
|
||||
version: appVersion,
|
||||
policyFileName
|
||||
});
|
||||
fs.writeFileSync(rpmPackageSpecFilePath, rpmPackageSpecsContents);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user