Fixing a typo.
This commit is contained in:
parent
0b3b10a791
commit
3428c9fb53
|
@ -595,7 +595,7 @@ class Build():
|
|||
for libdir in libdirs:
|
||||
fulllibdir = os.path.abspath(os.path.join(temporary, libdir))
|
||||
subprocess.run(shlex.split(
|
||||
f"cp -Ra {fullibdir}/. {os.path.dirname(main_executable)}/"
|
||||
f"cp -Ra {fulllibdir}/. {os.path.dirname(main_executable)}/"
|
||||
), cwd=temporary, check=True)
|
||||
|
||||
# Find the name of the binary called in the desktop file.
|
||||
|
|
Loading…
Reference in New Issue