Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Syping
gta5view-cmd
Commits
cddce226
Commit
cddce226
authored
Nov 15, 2020
by
Syping
Browse files
fix eXtend bug
parent
add13d80
Pipeline
#216291736
passed with stage
in 3 minutes and 50 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
gta5view
@
94a263f5
Subproject commit
1b6cb511be6fbf86b89a0a3d7121d99796966e17
Subproject commit
94a263f501df3a6bd3ca6e5794736983c5d08601
main.cpp
View file @
cddce226
...
...
@@ -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
;
...
...
res/app.rc
View file @
cddce226
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment