Skip to content

Commit

Permalink
Fix declaration of extra_package_dir for integration package builds
Browse files Browse the repository at this point in the history
  • Loading branch information
derekwbrown committed Oct 26, 2017
1 parent b26b9fc commit ea19804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/datadog-integrations/project.rb.erb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ package :msi do
upgrade_code '<%= guid %>'
wix_candle_extension 'WixUtilExtension'
wix_light_extension 'WixUtilExtension'
extra_package_dir "#{Config.source_dir}\\extra_package_files"
extra_package_dir "#{Omnibus::Config.source_dir()}\\extra_package_files"
if ENV['SIGN_WINDOWS']
signing_identity "ECCDAE36FDCB654D2CBAB3E8975AA55469F96E4C", machine_store: true, algorithm: "SHA256"
end
Expand Down

0 comments on commit ea19804

Please sign in to comment.