Skip to content

Commit d4085c2

Browse files
authored
Merge pull request #74 from oblivioncth/dev
Merge to master for v0.8.3.1
2 parents a949c09 + 87bdc6c commit d4085c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
88
project(FIL
9-
VERSION 0.8.3
9+
VERSION 0.8.3.1
1010
LANGUAGES CXX
1111
DESCRIPTION "Flashpoint Importer for Launchers"
1212
)

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)