Skip to content

Commit

Permalink
Add bundle graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
maxer456 committed Dec 13, 2020
1 parent 1c1c529 commit 9683b10
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion wix/bundle.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
<bal:WixStandardBootstrapperApplication
LicenseUrl="https://github.com/alvr-org/ALVR/blob/master/LICENSE"
ShowVersion="yes"
SuppressOptionsUI="yes"/>
SuppressOptionsUI="yes"
LogoSideFile="wix\bundle_sidebar.png"
LogoFile="wix\bundle_logo.png"
/>
</BootstrapperApplicationRef>

<util:RegistrySearch
Expand Down
Binary file added wix/bundle_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wix/bundle_sidebar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion wix/main.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

<SetProperty Id="ARPINSTALLLOCATION" Value="[APPLICATIONFOLDER]" After="CostFinalize"/>

<Icon Id="ProductICO" SourceFile="alvr\launcher\res\alvr.ico"/>
<Icon Id="ProductICO" SourceFile="alvr\launcher\res\launcher.ico"/>
<Property Id="ARPPRODUCTICON" Value="ProductICO"/>

<Property Id="ARPHELPLINK" Value="https://alvr-org.github.io"/>
Expand Down

0 comments on commit 9683b10

Please sign in to comment.