From c7beb3f200239b51bbbbe7c91ea0384171390bac Mon Sep 17 00:00:00 2001 From: emb <> Date: Thu, 5 Mar 2015 22:23:28 -0600 Subject: [PATCH] Package now uses from release retrofe build for windows. --- Scripts/Package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Package.py b/Scripts/Package.py index 213b285..80040ee 100644 --- a/Scripts/Package.py +++ b/Scripts/Package.py @@ -113,7 +113,7 @@ elif args.build == 'layout': if args.os == 'windows': if args.build == 'full' or args.build == 'core' or args.build == 'engine': # copy retrofe.exe to core folder - src_exe = os.path.join(base_path, 'RetroFE', 'Build', 'Debug', 'retrofe.exe') + src_exe = os.path.join(base_path, 'RetroFE', 'Build', 'Release', 'retrofe.exe') core_path = os.path.join(output_path, 'core') # create the core folder