Skip to content

Commit

Permalink
move to a separate desktop folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Sep 6, 2023
1 parent 20f8081 commit 9999c40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
if: matrix.info.generate-other-artifacts == true
shell: bash
run: |
cp ./bottom.desktop release/
cp ./desktop/bottom.desktop release/
- name: Save release as artifact
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ exclude = [
".cargo-husky/",
".github/",
"assets/",
"desktop/",
"docs/",
"sample_configs/",
"scripts/",
".all-contributorsrc",
".cirrus.yml",
".markdownlint.json",
"bottom.desktop",
"CHANGELOG.md",
"clippy.toml",
"codecov.yml",
Expand Down Expand Up @@ -176,7 +176,7 @@ assets = [
"644",
],
[
"bottom.desktop",
"desktop/bottom.desktop",
"usr/share/applications/bottom.desktop",
"644",
],
Expand Down Expand Up @@ -205,5 +205,5 @@ assets = [
{ source = "completion/btm.bash", dest = "/usr/share/bash-completion/completions/btm", mode = "644" },
{ 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 = "bottom.desktop", dest = "/usr/share/applications/bottom.desktop", mode = "644" },
{ source = "desktop/bottom.desktop", dest = "/usr/share/applications/bottom.desktop", mode = "644" },
]
2 changes: 1 addition & 1 deletion bottom.desktop → desktop/bottom.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Exec=btm
Terminal=true
Type=Application
Categories=Utility;System;ConsoleOnly;Monitor;
StartupNotify=false
StartupNotify=false

0 comments on commit 9999c40

Please sign in to comment.