mirror of
https://github.com/ModOrganizer2/modorganizer.git
synced 2026-07-27 13:58:24 -07:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c130cbf2f | ||
|
|
ea38fdc6ce |
@@ -221,7 +221,7 @@ QVariant DownloadList::data(const QModelIndex& index, int role) const
|
||||
.arg(info->modName)
|
||||
.arg(m_manager.getModID(index.row()))
|
||||
.arg(info->version.canonicalString())
|
||||
.arg(info->description.chopped(4096));
|
||||
.arg(info->description.mid(0, 4096));
|
||||
}
|
||||
return text;
|
||||
}
|
||||
|
||||
+3
-3
@@ -4,13 +4,13 @@
|
||||
// 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,5,2
|
||||
#define VER_FILEVERSION_STR "2.5.2rc2\0"
|
||||
#define VER_FILEVERSION_STR "2.5.2\0"
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION VER_FILEVERSION
|
||||
PRODUCTVERSION VER_FILEVERSION
|
||||
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
|
||||
FILEFLAGS VS_FF_PRERELEASE
|
||||
FILEFLAGS (0)
|
||||
FILEOS VOS__WINDOWS32
|
||||
FILETYPE VFT_APP
|
||||
FILESUBTYPE (0)
|
||||
@@ -24,7 +24,7 @@ BEGIN
|
||||
VALUE "FileDescription", "Mod Organizer 2 GUI\0"
|
||||
VALUE "OriginalFilename", "ModOrganizer.exe\0"
|
||||
VALUE "InternalName", "ModOrganizer2\0"
|
||||
VALUE "LegalCopyright", "Copyright 2011-2016 Sebastian Herbord\r\nCopyright 2016-2023 Mod Organizer 2 contributors\0"
|
||||
VALUE "LegalCopyright", "Copyright 2011-2016 Sebastian Herbord\r\nCopyright 2016-2024 Mod Organizer 2 contributors\0"
|
||||
VALUE "ProductName", "Mod Organizer 2\0"
|
||||
VALUE "ProductVersion", VER_FILEVERSION_STR
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user