Skip to content

Commit

Permalink
fix windows package file indentifiers (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythra authored Mar 30, 2024
1 parent bcaaa12 commit f755fee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions installer-scripts/win/sprig.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
<File Id="license" Name="LICENSE" Source="LICENSE" KeyPath="yes" />
</Component>
<Component>
<File Id="serial2-apache-license" Name="serial2-tokio-rs-apache.md" Source="pkg/cat-dev/licenses/serial2-tokio-rs-apache.md" KeyPath="yes" />
<File Id="serial2_apache_license" Name="serial2-tokio-rs-apache.md" Source="pkg/cat-dev/licenses/serial2-tokio-rs-apache.md" KeyPath="yes" />
</Component>
<Component>
<File Id="serial2-bsd-license" Name="serial2-tokio-rs-bsd.md" Source="pkg/cat-dev/licenses/serial2-tokio-rs-bsd.md" KeyPath="yes" />
<File Id="serial2_bsd_license" Name="serial2-tokio-rs-bsd.md" Source="pkg/cat-dev/licenses/serial2-tokio-rs-bsd.md" KeyPath="yes" />
</Component>
</Directory>
</Directory>
Expand All @@ -82,8 +82,8 @@
<ComponentRef Id="mionparamspace" />
<ComponentRef Id="catlog" />
<ComponentRef Id="license" />
<ComponentRef Id="serial2-apache-license" />
<ComponentRef Id="serial2-bsd-license" />
<ComponentRef Id="serial2_apache_license" />
<ComponentRef Id="serial2_bsd_license" />
</Feature>
<util:BroadcastEnvironmentChange />

Expand Down

0 comments on commit f755fee

Please sign in to comment.