We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e81ea3e commit e96a646Copy full SHA for e96a646
installer/build-server.py
@@ -330,10 +330,10 @@ def parse_version_info(version_path):
330
331
# XDG Freedesktop icon paths
332
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")),
+ ("64x64", os.path.join(PATH, "xdg", "icon", "64", "openshot-qt.png")),
+ ("128x128", os.path.join(PATH, "xdg", "icon", "128", "openshot-qt.png")),
+ ("256x256", os.path.join(PATH, "xdg", "icon", "256", "openshot-qt.png")),
+ ("512x512", os.path.join(PATH, "xdg", "icon", "512", "openshot-qt.png")),
337
]
338
339
# Copy desktop icons
0 commit comments