diff options
author | Nathan Lilienthal <nathan@nixpulvis.com> | 2020-03-13 15:17:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-13 15:17:19 -0400 |
commit | d20051b5e5a8ee3c8dcd75a87d375ac7611a9d2d (patch) | |
tree | 5060b314d8916e8a2556e37af3005008e94dc0e1 /ci | |
parent | 4000ec04d89b9bd77995960d2a9da8fcad55e003 (diff) | |
download | alacritty-d20051b5e5a8ee3c8dcd75a87d375ac7611a9d2d.tar.gz alacritty-d20051b5e5a8ee3c8dcd75a87d375ac7611a9d2d.zip |
Capitalized the .desktop Filename (#3425)
Follow free desktop file naming conventions.
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/before_deploy.sh | 2 |
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") |