mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-02 12:39:04 +01:00
- fixed Nuget hell: (auto) binding redirects to prevent compiler warning flood and ensure unit tests to be runnable
- put file name in Sqlite connect string in quotes - improvements to Mediatek Philips 120+125/Sony serializer (physically reorder XML nodes, use flags stored in Java serialized blob) - selecting a RefList changed the current working directory, which prevented .ini files to be found by loaders
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
cd "%~dp0"
|
||||
if "%1"=="" goto:eof
|
||||
|
||||
copy packages\SQLitePCLRaw.lib.e_sqlite3.2.1.2\runtimes\win-x64\native %1
|
||||
rem this script is deactivated
|
||||
|
||||
rem copy packages\SQLitePCLRaw.lib.e_sqlite3.2.1.2\runtimes\win-x64\native %1
|
||||
|
||||
goto :eof
|
||||
mkdir %1\runtimes\win-x64\native 2>nul
|
||||
copy %userprofile%\.nuget\packages\SQLitePCLRaw.lib.e_sqlite3\2.1.10\runtimes\win-x64\native %1\runtimes\win-x64\native
|
||||
copy %userprofile%\.nuget\packages\System.Memory\4.6.3\lib\net462\*.dll %1
|
||||
|
||||
:eof
|
||||
Reference in New Issue
Block a user