TROPUSR.DAT fixup (#8960)

This commit is contained in:
Eladash 2020-09-23 05:47:54 +03:00 committed by GitHub
parent e938ddda2c
commit 0c3c34179e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ bool TRPLoader::Install(const std::string& dest, bool show)
}
// Save TROPUSR.DAT
fs::copy_file(temp + "/TROPUSR.DAT", local_path + "/TROPUSR.DAT", false);
fs::copy_file(local_path + "/TROPUSR.DAT", temp + "/TROPUSR.DAT", false);
std::vector<char> buffer(65536);