fix eXtend bug

This commit is contained in:
Syping 2020-11-15 13:58:10 +01:00
parent add13d80bd
commit cddce22640
3 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit 1b6cb511be6fbf86b89a0a3d7121d99796966e17
Subproject commit 94a263f501df3a6bd3ca6e5794736983c5d08601

View File

@ -472,7 +472,7 @@ int main(int argc, char *argv[])
}
}
else {
cout << "gta5view Command Line" << endl << endl;
cout << "gta5view Command Line 0.5.1" << endl << endl;
cout << "Usage: " << args.at(0).toStdString() << " source target -format -mode -flag=value" << endl;
if (args.length() >= 2 && (args.at(1) == "--help" || args.at(1) == "-help")) {
cout << "Convert-only: <autodef> (auto file name at convert)" << endl;

View File

@ -7,8 +7,8 @@ CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "gta5view-cmd.exe.manifest"
#include <windows.h>
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0, 5, 0, 0
PRODUCTVERSION 0, 5, 0, 0
FILEVERSION 0, 5, 1, 0
PRODUCTVERSION 0, 5, 1, 0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS_NT_WINDOWS32
@ -25,12 +25,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Syping"
VALUE "FileDescription", "gta5view-cmd"
VALUE "FileVersion", "0.5.0"
VALUE "FileVersion", "0.5.1"
VALUE "InternalName", "gta5view-cmd"
VALUE "LegalCopyright", "Copyright © 2017-2020 Syping"
VALUE "OriginalFilename", "gta5view-cmd.exe"
VALUE "ProductName", "gta5view-cmd"
VALUE "ProductVersion", "0.5.0"
VALUE "ProductVersion", "0.5.1"
END
END
END