Skip to content

Commit b8f752d

Browse files
committed
Fixed icon path
1 parent e96a646 commit b8f752d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

installer/build-server.py

+3
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,9 @@ def parse_version_info(version_path):
349349
# See: https://docs.appimage.org/reference/appdir.html
350350
shutil.copyfile(icons[3][1], os.path.join(app_dir_path, ".DirIcon"))
351351

352+
# Install program icon
353+
shutil.copyfile(icons[0][1], os.path.join(app_dir_path, "openshot-qt.svg"))
354+
352355
dest = os.path.join(app_dir_path, "usr", "share", "pixmaps")
353356
os.makedirs(dest, exist_ok=True)
354357

0 commit comments

Comments
 (0)