Skip to content

Commit 0fabf4e

Browse files
committed
Fix copyfile typo
1 parent 907ba7f commit 0fabf4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/build_server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def main():
366366
dest = os.path.join(app_dir_path, "usr", "share", "applications")
367367
os.makedirs(dest, exist_ok=True)
368368
shutil.copyfile(os.path.join(app_dir_path, "org.openshot.OpenShot.desktop"),
369-
os.path.join(app_dir_path, "usr", "share", "applications", "org.openshot.OpenShot.desktop"))
369+
os.path.join(dest, "org.openshot.OpenShot.desktop"))
370370

371371
# Rename executable launcher script
372372
launcher_path = os.path.join(app_dir_path, "usr", "bin", "openshot-qt-launch")

0 commit comments

Comments
 (0)