ci: use icon in wix (#1840)

* move icon location

* fix gitignore

* oop
This commit is contained in:
Clement Tsang
2025-10-25 10:30:17 -04:00
committed by GitHub
parent d091babbc6
commit abbf751685
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
# Flamegraph stuff
flamegraphs/
rust-unmangle
*.svg
./*.svg
*.data
*.data.old
+3 -2
View File
@@ -206,7 +206,7 @@ assets = [
"644",
],
[
"assets/icon.svg",
"assets/icons/bottom.svg",
"/usr/share/pixmaps/bottom.svg",
"644",
],
@@ -226,6 +226,7 @@ depends = "libc6:armhf (>= 2.28)"
[package.metadata.wix]
output = "bottom_installer.msi"
product-icon = "assets/icons/bottom.ico"
[package.metadata.generate-rpm]
assets = [
@@ -236,7 +237,7 @@ assets = [
{ source = "completion/btm.fish", dest = "/usr/share/fish/vendor_completions.d/btm.fish", mode = "644" },
{ source = "completion/_btm", dest = "/usr/share/zsh/vendor-completions/", mode = "644" },
{ source = "desktop/bottom.desktop", dest = "/usr/share/applications/bottom.desktop", mode = "644" },
{ source = "assets/icon.svg", dest = "/usr/share/pixmaps/bottom.svg", mode = "644" },
{ source = "assets/icons/bottom.svg", dest = "/usr/share/pixmaps/bottom.svg", mode = "644" },
]
[lints.rust]
Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB