Skip to content

Commit 623ad09

Browse files
Merge pull request #326 from DattatreyaReddy/windows-plugin-fix
fixed windows build
2 parents 3948141 + 30e3b41 commit 623ad09

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

scripts/tachidesk-sorayomi-arm64.wxs

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
<Component Id="permission_handler_windows_plugin.dll" Guid="*" Win64="yes">
5454
<File Id="permission_handler_windows_plugin.dll" Source="permission_handler_windows_plugin.dll" KeyPath="yes" />
5555
</Component>
56+
<Component Id="connectivity_plus_plugin.dll" Guid="*" Win64="yes">
57+
<File Id="connectivity_plus_plugin.dll" Source="connectivity_plus_plugin.dll" KeyPath="yes" />
58+
</Component>
5659
</DirectoryRef>
5760

5861
<!-- Feature -->
@@ -66,6 +69,7 @@
6669
<ComponentRef Id="flutter_windows.dll" />
6770
<ComponentRef Id="url_launcher_windows_plugin.dll" />
6871
<ComponentRef Id="permission_handler_windows_plugin.dll" />
72+
<ComponentRef Id="connectivity_plus_plugin.dll" />
6973
</Feature>
7074

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

scripts/tachidesk-sorayomi-x64.wxs

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
<Component Id="permission_handler_windows_plugin.dll" Guid="*" Win64="yes">
5454
<File Id="permission_handler_windows_plugin.dll" Source="permission_handler_windows_plugin.dll" KeyPath="yes" />
5555
</Component>
56+
<Component Id="connectivity_plus_plugin.dll" Guid="*" Win64="yes">
57+
<File Id="connectivity_plus_plugin.dll" Source="connectivity_plus_plugin.dll" KeyPath="yes" />
58+
</Component>
5659
</DirectoryRef>
5760

5861
<!-- Feature -->
@@ -66,6 +69,7 @@
6669
<ComponentRef Id="flutter_windows.dll" />
6770
<ComponentRef Id="url_launcher_windows_plugin.dll" />
6871
<ComponentRef Id="permission_handler_windows_plugin.dll" />
72+
<ComponentRef Id="connectivity_plus_plugin.dll" />
6973
</Feature>
7074

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

0 commit comments

Comments
 (0)