diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-05-13 10:14:36 -0700 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-05-13 10:14:36 -0700 |
commit | d7f20d9e850690933e794cc47782a39eb38ab809 (patch) | |
tree | 0f39c561faccb574b8ff10175835927ca03517ca /omnibus/config | |
parent | 103c34b057bba9061c010b4a9836977e9a8dbb90 (diff) | |
download | chef-d7f20d9e850690933e794cc47782a39eb38ab809.tar.gz |
add appx block with signing key to omnibus project
Diffstat (limited to 'omnibus/config')
-rw-r--r-- | omnibus/config/projects/chef.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/omnibus/config/projects/chef.rb b/omnibus/config/projects/chef.rb index 561dea8901..3d92d290a0 100644 --- a/omnibus/config/projects/chef.rb +++ b/omnibus/config/projects/chef.rb @@ -78,3 +78,7 @@ package :msi do parameters ChefLogDllPath: windows_safe_path(gem_path("chef-[0-9]*-mingw32/ext/win32-eventlog/chef-log.dll")), ProjectLocationDir: project_location_dir end + +package :appx do + signing_identity "F74E1A68005E8A9C465C3D2FF7B41F3988F0EA09", machine_store: true +end |