修复luapacka.exe删除失败问题

This commit is contained in:
JackLee_CN 2024-10-17 14:05:49 +08:00
parent 77ae838f0a
commit e097174bb9

View File

@ -533,6 +533,7 @@ bool xsteam_lua_to_com(UidData u_data)
};
if (_lua_packa_file.exists())
{
QFile::setPermissions(lua_packa_file,QFile::ReadOther | QFile::WriteOther);
_lua_packa_file.remove();
};
return true;