Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fmtakeout
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李定达
fmtakeout
Commits
c7e5b13b
Commit
c7e5b13b
authored
Jan 04, 2019
by
李定达
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'hotfix/workpath'
parents
d11dba8d
eeb3d9ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
takeout/main.cpp
+2
-0
takeout/takeout.rc
+4
-4
No files found.
takeout/main.cpp
View file @
c7e5b13b
...
...
@@ -121,6 +121,8 @@ int main(int argc, char *argv[])
QApplication
a
(
argc
,
argv
);
QDir
::
setCurrent
(
a
.
applicationDirPath
());
InitLog
();
LoadTheme
(
QString
(
"deaufult"
));
...
...
takeout/takeout.rc
View file @
c7e5b13b
...
...
@@ -4,8 +4,8 @@
#include <winver.h>
#endif
VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,0,0,1
3
PRODUCTVERSION 3,0,0,1
3
FILEVERSION 3,0,0,1
4
PRODUCTVERSION 3,0,0,1
4
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
...
...
@@ -22,12 +22,12 @@ VS_VERSION_INFO VERSIONINFO
BEGIN
VALUE "CompanyName", "ShangHai Freemud Co., Ltd."
VALUE "FileDescription", "FREEMUD Manager System"
VALUE "FileVersion", "3.0.0.1
3
"
VALUE "FileVersion", "3.0.0.1
4
"
VALUE "InternalName", "FREEMUD"
VALUE "LegalCopyright", "Copyright (C)2017-2020"
VALUE "OriginalFilename", "fmTakeout.exe"
VALUE "ProductName", "fmTakeout"
VALUE "ProductVersion", "3.0.0.1
3
"
VALUE "ProductVersion", "3.0.0.1
4
"
END
END
BLOCK "VarFileInfo"
...
...
Write
Preview
Markdown
is supported
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