mirror of
https://github.com/BotChain-Robots/ui.git
synced 2026-07-08 15:07:22 +02:00
Remove manual copy of dll for windows build
This commit is contained in:
@@ -14,9 +14,6 @@ public class BuildScript
|
||||
BuildOptions.None
|
||||
);
|
||||
|
||||
string sourceSoPath = "Assets/ControlLibrary/libc_control.dll";
|
||||
string destSoPath = Path.Combine(Path.GetDirectoryName(outputPath), "libc_control.dll");
|
||||
|
||||
File.Copy(sourceSoPath, destSoPath, overwrite: true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user