summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorNathan Lilienthal <nathan@nixpulvis.com>2020-03-13 15:17:19 -0400
committerGitHub <noreply@github.com>2020-03-13 15:17:19 -0400
commitd20051b5e5a8ee3c8dcd75a87d375ac7611a9d2d (patch)
tree5060b314d8916e8a2556e37af3005008e94dc0e1 /ci
parent4000ec04d89b9bd77995960d2a9da8fcad55e003 (diff)
Capitalized the .desktop Filename (#3425)
Follow free desktop file naming conventions.
Diffstat (limited to 'ci')
-rwxr-xr-xci/before_deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh
index 8d508bab..23112e9d 100755
--- a/ci/before_deploy.sh
+++ b/ci/before_deploy.sh
@@ -4,7 +4,7 @@
aux_files=("extra/completions/alacritty.bash"
"extra/completions/alacritty.fish"
"extra/completions/_alacritty"
- "extra/linux/alacritty.desktop"
+ "extra/linux/Alacritty.desktop"
"extra/alacritty.info"
"alacritty.yml")