Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SQLite.Interop location #1

Merged
merged 1 commit into from
May 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions MPEI/MPSync.xmp2
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
<UpdateOption>AlwaysOverwrite</UpdateOption>
<LocalFileName>..\MPSync\MPSync\bin\Release\x86\SQLite.Interop.dll</LocalFileName>
<ZipFileName>Installer{CopyFile}\{a0bd48e7-3523-4734-a693-f1c331346115}-SQLite.Interop.dll</ZipFileName>
<DestinationFilename>%Plugins%\process\x86\SQLite.Interop.dll</DestinationFilename>
<DestinationFilename>%Plugins%\process\SQLite.Interop.dll</DestinationFilename>
</FileItem>
<FileItem InstallType="CopyFile" SystemFile="false" Modified="true" Condition="PlatformTarget_x64">
<Param1 />
<UpdateOption>AlwaysOverwrite</UpdateOption>
<LocalFileName>..\MPSync\MPSync\bin\Release\x64\SQLite.Interop.dll</LocalFileName>
<ZipFileName>Installer{CopyFile}\{263c7de5-cba7-4ec3-84b3-d256b0617398}-SQLite.Interop.dll</ZipFileName>
<DestinationFilename>%Plugins%\process\x64\SQLite.Interop.dll</DestinationFilename>
<DestinationFilename>%Plugins%\process\SQLite.Interop.dll</DestinationFilename>
</FileItem>
</Items>
</Files>
Expand Down Expand Up @@ -318,10 +318,12 @@ Click Next to continue or Cancel to exit Setup.</Value>
<Revision>1</Revision>
</Version>
<ExtensionDescription>This plugin synchronizes your MediaPortal databases with a central database as well as thumbs folder, so that any additons can by automatically applied to any other MP seat you might have in your household.</ExtensionDescription>
<VersionDescription>- Fixed missing triggers</VersionDescription>
<VersionDescription>* Fixed missing triggers
* Fix SQLite.Interop location
</VersionDescription>
<DevelopmentStatus>Stable</DevelopmentStatus>
<OnlineLocation>https://github.com/Mediaportal-Plugin-Team/MPSync/releases/download/v[Version]/MPSync-[Version].mpe1</OnlineLocation>
<ReleaseDate>2024-05-16T23:23:23</ReleaseDate>
<ReleaseDate>2024-05-21T21:21:21</ReleaseDate>
<Tags>synchronization, database, thumbs, any folder you set up.</Tags>
<PlatformCompatibility>AnyCPU</PlatformCompatibility>
<Location>[Name]-[Version].mpe1</Location>
Expand Down Expand Up @@ -399,14 +401,14 @@ Click Next to continue or Cancel to exit Setup.</Value>
<UpdateOption>AlwaysOverwrite</UpdateOption>
<LocalFileName>..\MPSync\MPSync\bin\Release\x86\SQLite.Interop.dll</LocalFileName>
<ZipFileName>Installer{CopyFile}\{a0bd48e7-3523-4734-a693-f1c331346115}-SQLite.Interop.dll</ZipFileName>
<DestinationFilename>%Plugins%\process\x86\SQLite.Interop.dll</DestinationFilename>
<DestinationFilename>%Plugins%\process\SQLite.Interop.dll</DestinationFilename>
</FileItem>
<FileItem InstallType="CopyFile" SystemFile="false" Modified="true" Condition="None">
<Param1 />
<UpdateOption>AlwaysOverwrite</UpdateOption>
<LocalFileName>..\MPSync\MPSync\bin\Release\x64\SQLite.Interop.dll</LocalFileName>
<ZipFileName>Installer{CopyFile}\{263c7de5-cba7-4ec3-84b3-d256b0617398}-SQLite.Interop.dll</ZipFileName>
<DestinationFilename>%Plugins%\process\x64\SQLite.Interop.dll</DestinationFilename>
<DestinationFilename>%Plugins%\process\SQLite.Interop.dll</DestinationFilename>
</FileItem>
<FileItem InstallType="CopyFile" SystemFile="true" Modified="true" Condition="None">
<Param1 />
Expand Down