Add support for Genesis scripts in-post option for custom post types
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
// Add support for the Genesis Scripts meta box on a custom post type
add_post_type_support( 'download', 'genesis-scripts' );