mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-13 10:52:05 +01:00
- 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
7 lines
122 B
Batchfile
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 |