GH-1060 update tweaks
* download to multimc folder hierarchy * use rename, not copy * keep backup after update * clean previous backup before update * it's not 'copy', it's 'replace'
This commit is contained in:
parent
22c5ced5dc
commit
15b7c3039a
6 changed files with 58 additions and 40 deletions
|
@ -40,7 +40,7 @@ QDebug operator<<(QDebug dbg, const Operation::Type &t)
|
|||
{
|
||||
switch (t)
|
||||
{
|
||||
case Operation::OP_COPY:
|
||||
case Operation::OP_REPLACE:
|
||||
dbg << "OP_COPY";
|
||||
break;
|
||||
case Operation::OP_DELETE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue