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)