Skip to content

Commit

Permalink
Traktor: Added license to installer script.
Browse files Browse the repository at this point in the history
  • Loading branch information
apistol78 committed Jun 13, 2024
1 parent 083f0cb commit 3d71fe2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/Installer/Traktor.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
<Directory Id="data" Name="data"/>
<Directory Id="resources" Name="resources"/>
<Directory Id="scripts" Name="scripts"/>
<Component Id="license" Guid="A7AFC39C-7F06-457B-B908-0561DD2111ED">
<File Id="license" KeyPath="yes" Source="$(env.TRAKTOR_HOME)/LICENSE.txt" />
</Component>
</Directory>
</Directory>

Expand Down Expand Up @@ -74,6 +77,8 @@
<ComponentGroupRef Id="cmp_resources_runtime" />
<ComponentGroupRef Id="cmp_scripts_runtime" />
<ComponentRef Id="ShortcutCmp_Traktor" />
<ComponentRef Id="license" />

</Feature>

<Property Id="WIXUI_INSTALLDIR" Value="INSTALLLOCATION" />
Expand Down

0 comments on commit 3d71fe2

Please sign in to comment.