diff --git a/VERSION.yaml b/VERSION.yaml index f2b73362..a8fb0c0c 100644 --- a/VERSION.yaml +++ b/VERSION.yaml @@ -1,2 +1,2 @@ version: "Catalina, Revision 1" -date: "2020-10-05" \ No newline at end of file +date: "2020-10-06" \ No newline at end of file diff --git a/scripts/generate_guidance.py b/scripts/generate_guidance.py index b20fb1a9..bb0fa67a 100755 --- a/scripts/generate_guidance.py +++ b/scripts/generate_guidance.py @@ -982,7 +982,7 @@ def main(): if args.logo: logo = args.logo else: - logo = "../../templates/images/macOSSCP_Banner_3100x500.png" + logo = "../../templates/images/mscp_banner.png" build_path = os.path.join(parent_dir, 'build', f'{baseline_name}') if not (os.path.isdir(build_path)): diff --git a/templates/images/macOSSCP_Banner_3100x500.png b/templates/images/mscp_banner.png similarity index 100% rename from templates/images/macOSSCP_Banner_3100x500.png rename to templates/images/mscp_banner.png diff --git a/templates/images/macOSSCP_Logo_x1024.PNG b/templates/images/mscp_logo.png similarity index 100% rename from templates/images/macOSSCP_Logo_x1024.PNG rename to templates/images/mscp_logo.png