mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-13 02:08:52 +01:00
Executable path was inorrect for retrofe.exe copy.
This commit is contained in:
parent
edd98ae4e6
commit
a4f6af9b04
@ -123,9 +123,9 @@ if args.os == 'windows':
|
|||||||
if args.build == 'full' or args.build == 'core' or args.build == 'engine':
|
if args.build == 'full' or args.build == 'core' or args.build == 'engine':
|
||||||
# copy retrofe.exe to core folder
|
# copy retrofe.exe to core folder
|
||||||
if(hasattr(args, 'compiler') and args.compiler == 'mingw'):
|
if(hasattr(args, 'compiler') and args.compiler == 'mingw'):
|
||||||
src_exe = os.path.join(base_path, 'RetroFE', 'Build', 'Release', 'retrofe.exe')
|
|
||||||
else:
|
|
||||||
src_exe = os.path.join(base_path, 'RetroFE', 'Build', 'retrofe.exe')
|
src_exe = os.path.join(base_path, 'RetroFE', 'Build', 'retrofe.exe')
|
||||||
|
else:
|
||||||
|
src_exe = os.path.join(base_path, 'RetroFE', 'Build', 'Release', 'retrofe.exe')
|
||||||
|
|
||||||
core_path = os.path.join(output_path, 'core')
|
core_path = os.path.join(output_path, 'core')
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user