From d20051b5e5a8ee3c8dcd75a87d375ac7611a9d2d Mon Sep 17 00:00:00 2001 From: Nathan Lilienthal Date: Fri, 13 Mar 2020 15:17:19 -0400 Subject: Capitalized the .desktop Filename (#3425) Follow free desktop file naming conventions. --- ci/before_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') 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") -- cgit