From fde5fa279746c90180223942a44f865859f85cb3 Mon Sep 17 00:00:00 2001 From: Silarn Date: Sat, 14 Dec 2019 14:12:00 -0600 Subject: Streamline manual install fix, bump RC --- src/installationmanager.cpp | 4 +--- src/organizer_en.ts | 20 ++++++++++---------- src/version.rc | 2 +- 3 files changed, 12 insertions(+), 14 deletions(-) (limited to 'src') diff --git a/src/installationmanager.cpp b/src/installationmanager.cpp index 72397de7..c3aeec88 100644 --- a/src/installationmanager.cpp +++ b/src/installationmanager.cpp @@ -883,9 +883,7 @@ IPluginInstaller::EInstallResult InstallationManager::install(const QString &fil } return IPluginInstaller::RESULT_SUCCESS; } break; - case IPluginInstaller::RESULT_NOTATTEMPTED: { - continue; - } + case IPluginInstaller::RESULT_NOTATTEMPTED: case IPluginInstaller::RESULT_MANUALREQUESTED: { continue; } diff --git a/src/organizer_en.ts b/src/organizer_en.ts index 00bb771c..271599e4 100644 --- a/src/organizer_en.ts +++ b/src/organizer_en.ts @@ -1576,53 +1576,53 @@ Right now the only case I know of where this needs to be overwritten is for the - + None of the available installer plugins were able to handle that archive. This is likely due to a corrupted or incompatible download or unrecognized archive format. - + no error - + 7z.dll not found - + 7z.dll isn't valid - + archive not found - + failed to open archive - + unsupported archive type - + internal library error - + archive invalid - + unknown archive error diff --git a/src/version.rc b/src/version.rc index 4220f50f..913d1ead 100644 --- a/src/version.rc +++ b/src/version.rc @@ -4,7 +4,7 @@ // Otherwise, if letters are used in VER_FILEVERSION_STR, uses the full MOBase::VersionInfo parser // Otherwise, uses the numbers from VER_FILEVERSION and sets the release type as pre-alpha #define VER_FILEVERSION 2,2,2 -#define VER_FILEVERSION_STR "2.2.2rc3\0" +#define VER_FILEVERSION_STR "2.2.2rc4\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION -- cgit v1.3.1