Skip to content

Commit

Permalink
Merge pull request #27 from chef/omnibus_windows
Browse files Browse the repository at this point in the history
Lets get our Windows Omnibus builds working
  • Loading branch information
marcparadise authored Mar 23, 2018
2 parents ba50fbe + d5fdaab commit 3c85587
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions omnibus/config/projects/chef-workstation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,12 @@
identifier "com.getchef.pkg.chef-workstation"
signing_identity "Developer ID Installer: Chef Software, Inc. (EU3VF8YLX2)"
end

package :msi do
fast_msi true
upgrade_code '9870C512-DF2C-43D9-8C28-7ACD60ABBE27'
wix_light_extension 'WixUtilExtension'
signing_identity 'E05FF095D07F233B78EB322132BFF0F035E11B5B', machine_store: true
end

compress :dmg

0 comments on commit 3c85587

Please sign in to comment.