修复luapacka.exe删除失败问题
This commit is contained in:
parent
77ae838f0a
commit
e097174bb9
@ -533,6 +533,7 @@ bool xsteam_lua_to_com(UidData u_data)
|
|||||||
};
|
};
|
||||||
if (_lua_packa_file.exists())
|
if (_lua_packa_file.exists())
|
||||||
{
|
{
|
||||||
|
QFile::setPermissions(lua_packa_file,QFile::ReadOther | QFile::WriteOther);
|
||||||
_lua_packa_file.remove();
|
_lua_packa_file.remove();
|
||||||
};
|
};
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user