From 5604f23a96a0605f978a409f3dd2e854bf47a139 Mon Sep 17 00:00:00 2001 From: talha-trili Date: Tue, 15 Oct 2024 12:28:48 +0100 Subject: [PATCH] fix: preserve assembly updated --- Runtime/Scripts/Editor/TezosEditor.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Runtime/Scripts/Editor/TezosEditor.cs b/Runtime/Scripts/Editor/TezosEditor.cs index 49532f1..e491f8f 100644 --- a/Runtime/Scripts/Editor/TezosEditor.cs +++ b/Runtime/Scripts/Editor/TezosEditor.cs @@ -50,8 +50,10 @@ private static void CreateLinkerFile() string linkerFilePath = Path.Combine(LinkerFolderPath, LinkerFileName); string linkXmlContent = @" - + + + "; File.WriteAllText(linkerFilePath, linkXmlContent);