mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-14 18:58:52 +01:00
Package.py edited online with Bitbucket
This commit is contained in:
parent
9855961667
commit
1d619d23bd
@ -67,7 +67,7 @@ elif args.os == 'linux':
|
|||||||
#####################################################################
|
#####################################################################
|
||||||
# Copy layers, artwork, config files, etc for the given os
|
# Copy layers, artwork, config files, etc for the given os
|
||||||
#####################################################################
|
#####################################################################
|
||||||
output_path = os.path.join(base_path, 'artifacts', args.os, 'RetroFE')
|
output_path = os.path.join(base_path, 'Artifacts', args.os, 'RetroFE')
|
||||||
|
|
||||||
if os.path.exists(output_path) and hasattr(args, 'clean'):
|
if os.path.exists(output_path) and hasattr(args, 'clean'):
|
||||||
shutil.rmtree(output_path)
|
shutil.rmtree(output_path)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user