Skip to content

Commit

Permalink
add the favicon as wix product icon as well (#173)
Browse files Browse the repository at this point in the history
* add the favicon as wix product icon as well
  • Loading branch information
CramBL authored Jan 28, 2025
1 parent c1db2d0 commit 4055710
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [1.6.4]

### Added

- Added product icon for windows

## [1.6.3]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "plotinator3000"
description = "Log viewer app for viewing plots of data from projects such as motor and generator control"
authors = ["SkyTEM Surveys", "Marc Beck König"]
version = "1.6.3"
version = "1.6.4"
edition = "2021"
repository = "https://github.com/luftkode/plotinator3000"
homepage = "https://github.com/luftkode/plotinator3000"
Expand All @@ -13,6 +13,7 @@ upgrade-guid = "7063C05B-24FE-4CE5-A338-6D750F3F10CE"
path-guid = "025605DB-83DB-4162-B505-26B36C02D0B9"
license = false
eula = false
product-icon = "assets/favicon.ico"


[workspace]
Expand Down
14 changes: 6 additions & 8 deletions wix/main.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -163,16 +163,14 @@

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


<!--
Uncomment the following `Icon` and `Property` tags to change the product icon.
The product icon is the graphic that appears in the Add/Remove
Programs control panel for the application.
Disabling the custom product icon for the application in the
Add/Remove Programs control panel requires commenting out or
removing the following `Icon` and `Property` tags.
-->
<!--<Icon Id='ProductICO' SourceFile='wix\Product.ico'/>-->
<!--<Property Id='ARPPRODUCTICON' Value='ProductICO' />-->

<Icon Id='ProductICO' SourceFile='assets/favicon.ico'/>
<Property Id='ARPPRODUCTICON' Value='ProductICO' />
<Property Id='ARPHELPLINK' Value='https://github.com/luftkode/plotinator3000'/>

<UI>
Expand Down

0 comments on commit 4055710

Please sign in to comment.