From 405571054b7c042e75f75cc48a549428d6d489ea Mon Sep 17 00:00:00 2001 From: Marc <72197092+CramBL@users.noreply.github.com> Date: Tue, 28 Jan 2025 23:02:48 +0100 Subject: [PATCH] add the favicon as wix product icon as well (#173) * add the favicon as wix product icon as well --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 3 ++- wix/main.wxs | 14 ++++++-------- 4 files changed, 15 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66d6a073..6bd28fcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index ea6602e9..5e22497a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3073,7 +3073,7 @@ dependencies = [ [[package]] name = "plotinator3000" -version = "1.6.3" +version = "1.6.4" dependencies = [ "axoupdater", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 57161a0c..1a53dcc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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] diff --git a/wix/main.wxs b/wix/main.wxs index 37c2ba86..afbc2d8d 100644 --- a/wix/main.wxs +++ b/wix/main.wxs @@ -163,16 +163,14 @@ - - - - + + +