mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-19 21:00:55 +08:00
Rebuild module
This commit is contained in:
@ -33,7 +33,7 @@ int main()
|
||||
}
|
||||
|
||||
NSFile::CFileBinary oFile;
|
||||
if (oFile.CreateFileW(NSFile::GetProcessDirectory() + L"/../CMapData"))
|
||||
if (oFile.CreateFileW(NSFile::GetProcessDirectory() + L"/../cmap.bin"))
|
||||
{
|
||||
oFile.WriteFile(oRes.GetBuffer(), oRes.GetSize());
|
||||
oFile.CloseFile();
|
||||
|
||||
Reference in New Issue
Block a user