desktop: Change mime type of bundle + change text of ruffle feature description

This commit is contained in:
Nathan Adams 2024-08-06 19:51:51 +02:00
parent 579afd728e
commit 3357904d1e
1 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ http://wixtoolset.org/schemas/v4/wxs/util https://raw.githubusercontent.com/wixt
</Extension> </Extension>
</ProgId> </ProgId>
<ProgId Id='Ruffle.ruf' Description='Ruffle Bundle' Icon="DesktopEXE" IconIndex="1"> <ProgId Id='Ruffle.ruf' Description='Ruffle Bundle' Icon="DesktopEXE" IconIndex="1">
<Extension Id='ruf' ContentType='application/x-ruffle-bundle'> <Extension Id='ruf' ContentType='application/x.ruffle-bundle+zip'>
<Verb Id='open' Command='Open' TargetFile='DesktopEXE' Argument='"%1"'/> <Verb Id='open' Command='Open' TargetFile='DesktopEXE' Argument='"%1"'/>
</Extension> </Extension>
</ProgId> </ProgId>
@ -144,7 +144,7 @@ http://wixtoolset.org/schemas/v4/wxs/util https://raw.githubusercontent.com/wixt
<Feature <Feature
Id='Binaries' Id='Binaries'
Title='Application' Title='Application'
Description='Installs the Ruffle desktop player' Description='Installs the Ruffle desktop application'
Level='1' Level='1'
ConfigurableDirectory='INSTALLFOLDER' ConfigurableDirectory='INSTALLFOLDER'
AllowAdvertise='no' AllowAdvertise='no'