Skip to content

Commit

Permalink
Added advertised file association for Bonsai 64-bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Dec 30, 2019
1 parent 3b290b3 commit 87e8589
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Bonsai.Setup/Runtime.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
<File Id="Bonsai64EXE" Name="Bonsai64.exe" Source="$(var.BonsaiBuildPath)\Bonsai64.exe" KeyPath="yes">
<Shortcut Id="startmenuBonsai64" Directory="ProgramMenuDir" WorkingDirectory="INSTALLFOLDER" Name="$(var.Product64DisplayName)" Icon="Bonsai.ico" Advertise="yes"/>
</File>
<ProgId Id='Bonsai64.workflow' Description='Bonsai workflow file' Icon='BonsaiWorkflow.ico' Advertise='yes'>
<Extension Id='bonsai' ContentType='application/xml'>
<Verb Id='open64' Command='Open' Argument='"%1"' />
</Extension>
</ProgId>
</Component>

<Component Id='BonsaiInstallDir' Guid='*' Win64="$(var.Win64)">
Expand Down

0 comments on commit 87e8589

Please sign in to comment.