From ed44f065e4400aada7e17aff9ac96464aa79b220 Mon Sep 17 00:00:00 2001 From: Allen Golbig Date: Tue, 6 Oct 2020 14:11:28 -0400 Subject: [PATCH] 1.0 Prep --- VERSION.yaml | 2 +- scripts/generate_guidance.py | 2 +- ...macOSSCP_Banner_3100x500.png => mscp_banner.png} | Bin .../{macOSSCP_Logo_x1024.PNG => mscp_logo.png} | Bin 4 files changed, 2 insertions(+), 2 deletions(-) rename templates/images/{macOSSCP_Banner_3100x500.png => mscp_banner.png} (100%) rename templates/images/{macOSSCP_Logo_x1024.PNG => mscp_logo.png} (100%) 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