Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fmupdate
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
李定达
fmupdate
Commits
398024b8
Commit
398024b8
authored
Nov 07, 2016
by
ss.dai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1:新增程序版本信息 2:修改程序修改日志
parent
c0dbf71b
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
6 deletions
+13
-6
fmporter/fmporter.pro
+2
-0
fmscupd/changes.txt
+5
-0
fmscupd/fmcontrol.cpp
+1
-1
fmscupd/fmdefine.h
+0
-1
fmscupd/fmscupd.pro
+5
-1
fmscupd/update.ini
+0
-0
readme.txt
+0
-3
No files found.
fmporter/fmporter.pro
View file @
398024b8
QT
+=
core
QT
+=
core
QT
-=
gui
QT
-=
gui
VERSION
=
"1.0.1"
CONFIG
+=
c
++
11
CONFIG
+=
c
++
11
TARGET
=
fmporter
TARGET
=
fmporter
...
...
fmscupd/changes.txt
0 → 100644
View file @
398024b8
-------------------
version 1.0.2
Fixes:
1:未杀完进程就替换文件导致升级失败的问题
fmscupd/fmcontrol.cpp
View file @
398024b8
...
@@ -30,7 +30,7 @@ FmControl::~FmControl()
...
@@ -30,7 +30,7 @@ FmControl::~FmControl()
void
FmControl
::
Start
()
void
FmControl
::
Start
()
{
{
QLOG_INFO
()
<<
QString
(
"fmupdate [start]
%1"
).
arg
(
VERSION
);
QLOG_INFO
()
<<
QString
(
"fmupdate [start]
"
);
m_appDir
=
QCoreApplication
::
applicationDirPath
();
m_appDir
=
QCoreApplication
::
applicationDirPath
();
m_keepTimer
.
start
();
m_keepTimer
.
start
();
...
...
fmscupd/fmdefine.h
View file @
398024b8
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
#define SERVICE_NAME "Fmupdate"
#define SERVICE_NAME "Fmupdate"
#define SERVICE_DESC "用于非码程序的升级服务"
#define SERVICE_DESC "用于非码程序的升级服务"
#define VERSION "1.0.2"
#define KEEP_INTERVAL 5*1000
#define KEEP_INTERVAL 5*1000
#define CHECK_INTERVAL 10*60*1000
#define CHECK_INTERVAL 10*60*1000
...
...
fmscupd/fmscupd.pro
View file @
398024b8
...
@@ -12,7 +12,7 @@ DEFINES += QUAZIP_STATIC
...
@@ -12,7 +12,7 @@ DEFINES += QUAZIP_STATIC
TARGET
=
fmscupd
TARGET
=
fmscupd
CONFIG
+=
windows
CONFIG
+=
windows
CONFIG
-=
app_bundle
CONFIG
-=
app_bundle
VERSION
=
"1.0.2"
TEMPLATE
=
app
TEMPLATE
=
app
SOURCES
+=
main
.
cpp
\
SOURCES
+=
main
.
cpp
\
...
@@ -25,5 +25,9 @@ HEADERS += \
...
@@ -25,5 +25,9 @@ HEADERS += \
fmcontrol
.
h
\
fmcontrol
.
h
\
fmtools
.
h
fmtools
.
h
OTHER_FILES
+=
\
update
.
ini
\
changes
.
txt
LIBS
+=
-
lUserenv
LIBS
+=
-
lUserenv
LIBS
+=
-
lz
LIBS
+=
-
lz
update.ini
→
fmscupd/
update.ini
View file @
398024b8
File moved
readme.txt
deleted
100644 → 0
View file @
c0dbf71b
V1.0.2
1:修复因未杀完进程就替换文件导致升级失败的问题
\ No newline at end of file
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