Skip to content

Commit

Permalink
MSM: set language to 0.
Browse files Browse the repository at this point in the history
Make module language-neutral.

Signed-off-by: Lev Stipakov <[email protected]>
  • Loading branch information
lstipakov committed Jan 19, 2023
1 parent 074ba47 commit 51f8d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msm/ovpn-dco.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0'?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Module Id="OvpnDco" Language="1033" Version="1.0.0.0">
<Module Id="OvpnDco" Language="0" Version="1.0.0.0">
<Package Id="1057B5BE-89F7-469C-A3FD-D6662CD1D229" Description="OvpnDco merge module" Manufacturer="OpenVPN, Inc" InstallerVersion="500"/>

<!--
Expand Down

0 comments on commit 51f8d2a

Please sign in to comment.