mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-21 12:10:55 +03:00
10 lines
273 B
XML
10 lines
273 B
XML
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
|
|
<Fragment>
|
|
<ComponentGroup Id="LanMouseComponents" Directory="INSTALLFOLDER">
|
|
<Component>
|
|
<File Source="..\target\release\lan-mouse.exe" />
|
|
</Component>
|
|
</ComponentGroup>
|
|
</Fragment>
|
|
</Wix>
|