mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-26 17:54:46 +01:00
Changed package.py retrofe exe path for linux
This commit is contained in:
parent
fc89edc858
commit
9855961667
@ -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)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user