Skip to content

Commit e0fa162

Browse files
committed
Fix installer
1 parent 9bbab86 commit e0fa162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KeyManager.Setup/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
</ComponentGroup>
340340
<ComponentGroup Id="WinRuntimeComponents" Directory="RUNTIMEWINLIBNET8">
341341
<Component Id="SystemSpeech_winxComponent">
342-
<File Id="___var.System.Speech.dll_" Source="$(var.KeyManager.TargetDir)\runtimes\win\lib\net8.0\System.Speech.dll" />
342+
<File Id="___var.System.Speech.dllWin_" Source="$(var.KeyManager.TargetDir)\runtimes\win\lib\net8.0\System.Speech.dll" />
343343
</Component>
344344
</ComponentGroup>
345345
<ComponentGroup Id="NativeWinx64RuntimeComponents" Directory="RUNTIMEWINX64NATIVE">

0 commit comments

Comments
 (0)