Skip to content

Commit e96a646

Browse files
committed
Fixed icon path
1 parent e81ea3e commit e96a646

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

installer/build-server.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,10 @@ def parse_version_info(version_path):
330330

331331
# XDG Freedesktop icon paths
332332
icons = [ ("scalable", os.path.join(PATH, "xdg", "openshot-qt.svg")),
333-
("64x64", os.path.join(PATH, "icon", "64", "openshot-qt.png")),
334-
("128x128", os.path.join(PATH, "icon", "128", "openshot-qt.png")),
335-
("256x256", os.path.join(PATH, "icon", "256", "openshot-qt.png")),
336-
("512x512", os.path.join(PATH, "icon", "512", "openshot-qt.png")),
333+
("64x64", os.path.join(PATH, "xdg", "icon", "64", "openshot-qt.png")),
334+
("128x128", os.path.join(PATH, "xdg", "icon", "128", "openshot-qt.png")),
335+
("256x256", os.path.join(PATH, "xdg", "icon", "256", "openshot-qt.png")),
336+
("512x512", os.path.join(PATH, "xdg", "icon", "512", "openshot-qt.png")),
337337
]
338338

339339
# Copy desktop icons

0 commit comments

Comments
 (0)