File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/src/launcher/implementation/launchbox Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24.0...3.30.0)
66# Project
77# NOTE: DON'T USE TRAILING ZEROS IN VERSIONS
88project (FIL
9- VERSION 0.8.3
9+ VERSION 0.8.3.1
1010 LANGUAGES CXX
1111 DESCRIPTION "Flashpoint Importer for Launchers"
1212)
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments