Files
ChanSort/source/deployLibs.cmd
Horst Beham 6f3df7044e - updated nuget packages
- fixed issues where SQLite database files didn't get unlocked after saving
- fixed quirks with missing e_sqlite3.dll when running unit tests with Resharper
2022-11-29 18:21:52 +01:00

7 lines
122 B
Batchfile

@echo off
cd "%~dp0"
if "%1"=="" goto:eof
copy packages\SQLitePCLRaw.lib.e_sqlite3.2.1.2\runtimes\win-x64\native %1
:eof