Update control library with windows fix

This commit is contained in:
2026-01-12 18:21:13 -05:00
parent 2eaf1e57b2
commit 41a2b1fc14
7 changed files with 43 additions and 6 deletions

View File

@@ -13,8 +13,6 @@ public class BuildScript
BuildTarget.StandaloneWindows64,
BuildOptions.None
);
File.Copy(sourceSoPath, destSoPath, overwrite: true);
}
public static void BuildLinux()