mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-03-11 14:30:16 +01:00
- 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
This commit is contained in:
7
source/deployLibs.cmd
Normal file
7
source/deployLibs.cmd
Normal file
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
cd "%~dp0"
|
||||
if "%1"=="" goto:eof
|
||||
|
||||
copy packages\SQLitePCLRaw.lib.e_sqlite3.2.1.2\runtimes\win-x64\native %1
|
||||
|
||||
:eof
|
||||
Reference in New Issue
Block a user