diff --git a/ant_release.bat b/ant_release.bat new file mode 100644 index 0000000..001f37f --- /dev/null +++ b/ant_release.bat @@ -0,0 +1,6 @@ +rem todo: rename original BleWin10Lib.dll to BleWin10Lib.org.dll +del BleWin10Lib.dll +del ANT_DLL.dll +mklink /H BleWin10Lib.dll c:\Users\build\source\repos\ursoft\ANT_Libraries\x64\Release\ANT_DLL.dll +mklink /H ANT_DLL.dll c:\Users\build\source\repos\ursoft\ANT_Libraries\x64\Release\ANT_DLL.dll +pause \ No newline at end of file