aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/wireguard.wxs
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-07 07:33:02 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-07 07:33:02 +0200
commitd7b7f25c4a1cc02cee447d239de929a9ba1c6905 (patch)
treeba558f49a3f0710dec38de15b3c0396d222b4f85 /installer/wireguard.wxs
parentui: remove setfocus hack (diff)
downloadwireguard-windows-d7b7f25c4a1cc02cee447d239de929a9ba1c6905.tar.xz
wireguard-windows-d7b7f25c4a1cc02cee447d239de929a9ba1c6905.zip
installer: fix tag style
Diffstat (limited to 'installer/wireguard.wxs')
-rw-r--r--installer/wireguard.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/wireguard.wxs b/installer/wireguard.wxs
index 643a226d..986576d3 100644
--- a/installer/wireguard.wxs
+++ b/installer/wireguard.wxs
@@ -77,7 +77,7 @@
<File Source="..\$(var.Platform)\wireguard.exe" KeyPath="yes">
<Shortcut Id="WireGuardStartMenuShortcut" Directory="ProgramMenuFolder" Name="WireGuard" Description="WireGuard: Fast, Modern, Secure VPN Tunnel" WorkingDirectory="INSTALLFOLDER" Advertise="yes" />
</File>
- <ServiceControl Id="DummyService.3AA0C492_29F4_4342_B608_DB95B2DECB13" Name="DummyService.3AA0C492_29F4_4342_B608_DB95B2DECB13"></ServiceControl><!-- A dummy to make WiX create ServiceControl table for us. -->
+ <ServiceControl Id="DummyService.3AA0C492_29F4_4342_B608_DB95B2DECB13" Name="DummyService.3AA0C492_29F4_4342_B608_DB95B2DECB13"/><!-- A dummy to make WiX create ServiceControl table for us. -->
</Component>
</ComponentGroup>