Skip to content

Commit c4b9829

Browse files
committed
Update LB Platform Icon paths for Media Packs change
1 parent a949c09 commit c4b9829

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/src/launcher/implementation/launchbox/lb-install.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ class Install : public Lr::Install<LauncherId>
2626
static inline const QString CORE_PATH = u"Core"_s;
2727
static inline const QString MAIN_EXE_PATH = u"Core/LaunchBox.exe"_s;
2828
static inline const QString PLATFORM_IMAGES_PATH = u"Images"_s;
29-
static inline const QString PLATFORM_ICONS_PATH = u"Images/Platform Icons/Platforms"_s;
30-
static inline const QString PLAYLIST_ICONS_PATH = u"Images/Platform Icons/Playlists"_s;
31-
static inline const QString PLATFORM_CATEGORY_ICONS_PATH = u"Images/Platform Icons/Platform Categories"_s;
29+
static inline const QString PLATFORM_ICONS_PATH = u"Images/Media Packs/Platform Icons/Nostalgic Platform Icons/Platforms"_s;
30+
static inline const QString PLAYLIST_ICONS_PATH = u"Images/Media Packs/Platform Icons/Nostalgic Platform Icons/Playlists"_s;
31+
static inline const QString PLATFORM_CATEGORY_ICONS_PATH = u"Images/Media Packs/Platform Icons/Nostalgic Platform Icons/Platform Categories"_s;
3232
static inline const QString LOGO_PATH = u"Box - Front"_s;
3333
static inline const QString SCREENSHOT_PATH = u"Screenshot - Gameplay"_s;
3434

0 commit comments

Comments
 (0)