mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-04 14:00:38 +00:00
+1
-1
@@ -11,7 +11,7 @@
|
||||
# Flamegraph stuff
|
||||
flamegraphs/
|
||||
rust-unmangle
|
||||
*.svg
|
||||
./*.svg
|
||||
*.data
|
||||
*.data.old
|
||||
|
||||
|
||||
+3
-2
@@ -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 |
Reference in New Issue
Block a user