Commit c7e5b13b by 李定达

Merge branch 'hotfix/workpath'

parents d11dba8d eeb3d9ed
......@@ -121,6 +121,8 @@ int main(int argc, char *argv[])
QApplication a(argc, argv);
QDir::setCurrent(a.applicationDirPath());
InitLog();
LoadTheme(QString("deaufult"));
......
......@@ -4,8 +4,8 @@
#include <winver.h>
#endif
VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,0,0,13
PRODUCTVERSION 3,0,0,13
FILEVERSION 3,0,0,14
PRODUCTVERSION 3,0,0,14
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.13"
VALUE "FileVersion", "3.0.0.14"
VALUE "InternalName", "FREEMUD"
VALUE "LegalCopyright", "Copyright (C)2017-2020"
VALUE "OriginalFilename", "fmTakeout.exe"
VALUE "ProductName", "fmTakeout"
VALUE "ProductVersion", "3.0.0.13"
VALUE "ProductVersion", "3.0.0.14"
END
END
BLOCK "VarFileInfo"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment