mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:29:50 +00:00
Fix updating existing mods
Replace wrename, that fails when mod exists already with RenameFile by @Stan Check if mod was actually installed when downloading it error if mod cannot be coppied into modTemp Differential revision: D4222 This was SVN commit r25854.
This commit is contained in:
@@ -39,7 +39,8 @@ public:
|
||||
FAIL_ON_PARSE_JSON,
|
||||
FAIL_ON_EXTRACT_NAME,
|
||||
FAIL_ON_MOD_MOVE,
|
||||
FAIL_ON_JSON_WRITE
|
||||
FAIL_ON_JSON_WRITE,
|
||||
FAIL_ON_MOD_COPY
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user