Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DFN2
ocs-manager
Commits
af068882
Verified
Commit
af068882
authored
Sep 18, 2019
by
azubieta
Browse files
Merge branch 'master' of www.opencode.net:dfn2/ocs-manager
parents
f8decb3a
4b66ee26
Pipeline
#1111
passed with stage
in 7 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/updaters/appupdater.cpp
View file @
af068882
#include
<QFile>
#include
<QDebug>
#include
<QtConcurrent/QtConcurrent>
...
...
@@ -115,6 +116,7 @@ void AppUpdater::checkUpdateProgress()
case
Updater
::
STOPPING
:
break
;
case
Updater
::
SUCCESS
:
QFile
::
rename
(
appImagePath
,
appImagePath
+
".BACKUP"
);
updateDialog
.
showCompletionMessage
();
progressCheckTimer
.
stop
();
break
;
...
...
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