From 1d619d23bdae1a4455fc7407ba890fa7d0f0d00e Mon Sep 17 00:00:00 2001 From: Don Honerbrink Date: Fri, 6 Mar 2015 05:08:54 +0000 Subject: [PATCH] Package.py edited online with Bitbucket --- Scripts/Package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Package.py b/Scripts/Package.py index 83f76d0..a62c337 100644 --- a/Scripts/Package.py +++ b/Scripts/Package.py @@ -67,7 +67,7 @@ elif args.os == 'linux': ##################################################################### # Copy layers, artwork, config files, etc for the given os ##################################################################### -output_path = os.path.join(base_path, 'artifacts', args.os, 'RetroFE') +output_path = os.path.join(base_path, 'Artifacts', args.os, 'RetroFE') if os.path.exists(output_path) and hasattr(args, 'clean'): shutil.rmtree(output_path)