From 98559616679f9c2ba431cc4ddb0047ff3cf14209 Mon Sep 17 00:00:00 2001 From: Don Honerbrink Date: Fri, 6 Mar 2015 05:04:30 +0000 Subject: [PATCH] Changed package.py retrofe exe path for linux --- Scripts/Package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Package.py b/Scripts/Package.py index 0bc2ee8..83f76d0 100644 --- a/Scripts/Package.py +++ b/Scripts/Package.py @@ -143,7 +143,7 @@ if args.os == 'windows': elif args.os == 'linux': if args.build == 'full' or args.build == 'core' or args.build == 'engine': - src_exe = os.path.join(base_path, 'RetroFE', 'Source', 'Build', 'retrofe') + src_exe = os.path.join(base_path, 'RetroFE', 'Build', 'retrofe') shutil.copy(src_exe, output_path)