Skip to content

Commit

Permalink
MP1-5225: Update SQLite to 3.46.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjswan committed Oct 7, 2024
1 parent abcd209 commit abcded5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mediaportal/MediaPortal.Application/PostBuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@ xcopy %1\MPE\MpeMaker\bin\%2\MpeMaker.* . /Y /D
REM Nuget
xcopy %1\Databases\bin\%2\HtmlAgilityPack.* . /Y /D
if /I "%3" EQU "x64" (
xcopy %1\..\Packages\Sqlite.3.41.2.5\sqlite\x64\sqlite.dll . /Y /D
xcopy %1\..\Packages\Sqlite.3.46.1\sqlite\x64\sqlite.dll . /Y /D
) ELSE (
xcopy %1\..\Packages\Sqlite.3.41.2.5\sqlite\x86\sqlite.dll . /Y /D
xcopy %1\..\Packages\Sqlite.3.46.1\sqlite\x86\sqlite.dll . /Y /D
)

REM MediaInfo -
Expand Down
4 changes: 2 additions & 2 deletions mediaportal/Setup/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -673,9 +673,9 @@ Section "MediaPortal core files (required)" SecCore
; NuGet binaries Sqlite
SetOutPath "$MPdir.Base\"
!if "${Architecture}" == "x64"
File "${git_ROOT}\Packages\Sqlite.3.41.2.5\sqlite\x64\sqlite.dll"
File "${git_ROOT}\Packages\Sqlite.3.46.1\sqlite\x64\sqlite.dll"
!else
File "${git_ROOT}\Packages\Sqlite.3.41.2.5\sqlite\x86\sqlite.dll"
File "${git_ROOT}\Packages\Sqlite.3.46.1\sqlite\x86\sqlite.dll"
!endif
; NuGet binaries EXIF
SetOutPath "$MPdir.Base\"
Expand Down

0 comments on commit abcded5

Please sign in to comment.