lib/motion/project/project.rb in motion-sparkle-sandbox-0.8.0 vs lib/motion/project/project.rb in motion-sparkle-sandbox-2.0.0

- old
+ new

@@ -51,10 +51,10 @@ FileUtils.mkdir_p(xpc_path) `cp -R #{App.config.sparkle.sparkle_xpc_path}/*.xpc "#{xpc_path}"` Dir.glob("#{xpc_path}/*.xpc").each do |path| App.info 'Codesign', path - results = `#{App.config.sparkle.sparkle_vendor_path}/codesign_xpc "#{App.config.codesign_certificate}" "#{File.expand_path(path)}" 2>&1` + results = `#{App.config.sparkle.sparkle_vendor_path}/codesign_embedded_executable "#{App.config.codesign_certificate}" "#{File.expand_path(path)}" 2>&1` end end end codesign_without_sparkle(config, platform)