mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-05-06 04:43:33 +02:00
Package now uses from release retrofe build for windows.
This commit is contained in:
@@ -113,7 +113,7 @@ elif args.build == 'layout':
|
|||||||
if args.os == 'windows':
|
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
|
||||||
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')
|
core_path = os.path.join(output_path, 'core')
|
||||||
|
|
||||||
# create the core folder
|
# create the core folder
|
||||||
|
|||||||
Reference in New Issue
Block a user