Changed package.py retrofe exe path for linux

This commit is contained in:
Don Honerbrink 2015-03-06 05:04:30 +00:00
parent fc89edc858
commit 9855961667

View File

@ -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)