You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
v13.6
This commit is contained in:
@@ -204,6 +204,10 @@ static void companion(int fd) {
|
||||
std::filesystem::perms::others_read);
|
||||
}
|
||||
|
||||
if (!std::filesystem::exists(PROP_FILE_PATH)) {
|
||||
std::filesystem::remove(prop);
|
||||
}
|
||||
|
||||
if (std::filesystem::copy_file(PROP_FILE_PATH, prop,
|
||||
std::filesystem::copy_options::overwrite_existing)) {
|
||||
std::filesystem::permissions(prop, std::filesystem::perms::owner_read |
|
||||
|
||||
Reference in New Issue
Block a user