diff --git a/native-src/sync_root_interface/SyncRoot.cpp b/native-src/sync_root_interface/SyncRoot.cpp index 2ed55c83..e362c68d 100644 --- a/native-src/sync_root_interface/SyncRoot.cpp +++ b/native-src/sync_root_interface/SyncRoot.cpp @@ -146,7 +146,7 @@ HRESULT SyncRoot::RegisterSyncRoot(const wchar_t *syncRootPath, const wchar_t *p // Context std::wstring syncRootIdentity(syncRootPath); - syncRootIdentity.append(L"#intx#"); + syncRootIdentity.append(L"#inxt#"); syncRootIdentity.append(providerName); winrt::IBuffer contextBuffer = winrt::CryptographicBuffer::ConvertStringToBinary(syncRootIdentity.data(), winrt::BinaryStringEncoding::Utf8); diff --git a/package.json b/package.json index 38f05106..edfe8b24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@internxt/node-win", - "version": "1.0.7", + "version": "1.0.8", "description": "Drive desktop node addon", "main": "dist/index.ts", "types": "dist/index.d.ts",