Skip to content

Commit b876f94

Browse files
committed
Add setting API caller id
1 parent 0c1f462 commit b876f94

File tree

6 files changed

+2
-0
lines changed

6 files changed

+2
-0
lines changed
512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
1 KB
Binary file not shown.

Assets/PatchKit Patcher/Scripts/Patcher.Initialize.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ private void InitializeLibPatchKitApps()
215215
{
216216
Debug.Log(message: "Initializing libpkapps...");
217217

218+
LibPatchKitApps.SetApiCallerId($"patcher-unity:{Version.Text}");
219+
218220
bool is64Bit = IntPtr.Size == 8;
219221

220222
if (Application.platform == RuntimePlatform.LinuxEditor ||

0 commit comments

Comments
 (0)