Skip to content

Commit

Permalink
Merge pull request #326 from DattatreyaReddy/windows-plugin-fix
Browse files Browse the repository at this point in the history
fixed windows build
  • Loading branch information
DattatreyaReddy authored Feb 9, 2025
2 parents 3948141 + 30e3b41 commit 623ad09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/tachidesk-sorayomi-arm64.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
<Component Id="permission_handler_windows_plugin.dll" Guid="*" Win64="yes">
<File Id="permission_handler_windows_plugin.dll" Source="permission_handler_windows_plugin.dll" KeyPath="yes" />
</Component>
<Component Id="connectivity_plus_plugin.dll" Guid="*" Win64="yes">
<File Id="connectivity_plus_plugin.dll" Source="connectivity_plus_plugin.dll" KeyPath="yes" />
</Component>
</DirectoryRef>

<!-- Feature -->
Expand All @@ -66,6 +69,7 @@
<ComponentRef Id="flutter_windows.dll" />
<ComponentRef Id="url_launcher_windows_plugin.dll" />
<ComponentRef Id="permission_handler_windows_plugin.dll" />
<ComponentRef Id="connectivity_plus_plugin.dll" />
</Feature>

<Icon Id="tachidesk_sorayomi.ico" SourceFile="$(var.Icon)" />
Expand Down
4 changes: 4 additions & 0 deletions scripts/tachidesk-sorayomi-x64.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
<Component Id="permission_handler_windows_plugin.dll" Guid="*" Win64="yes">
<File Id="permission_handler_windows_plugin.dll" Source="permission_handler_windows_plugin.dll" KeyPath="yes" />
</Component>
<Component Id="connectivity_plus_plugin.dll" Guid="*" Win64="yes">
<File Id="connectivity_plus_plugin.dll" Source="connectivity_plus_plugin.dll" KeyPath="yes" />
</Component>
</DirectoryRef>

<!-- Feature -->
Expand All @@ -66,6 +69,7 @@
<ComponentRef Id="flutter_windows.dll" />
<ComponentRef Id="url_launcher_windows_plugin.dll" />
<ComponentRef Id="permission_handler_windows_plugin.dll" />
<ComponentRef Id="connectivity_plus_plugin.dll" />
</Feature>

<Icon Id="tachidesk_sorayomi.ico" SourceFile="$(var.Icon)" />
Expand Down

0 comments on commit 623ad09

Please sign in to comment.