From 8f88b4d4bed337d16e8d3d15d8e20cbe782696db Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Wed, 24 Aug 2022 09:19:30 +0000 Subject: Include extra directory in crate Instead of having the extra symlink in the root, this puts the symlink in the alacritty crate. Since we build the package on Linux this is not a problem and even allows us to get rid of the `alacritty.png` symlink. To avoid having complicated symlinks with regards to the windows build assets directory, it has just been removed from the `extra` directory completely. Since we only need it for building, it doesn't matter where it's located and users will never have to interact with it manually anyway. Closes #6242. --- extra/alacritty.yml | 1 + 1 file changed, 1 insertion(+) create mode 120000 extra/alacritty.yml (limited to 'extra/alacritty.yml') diff --git a/extra/alacritty.yml b/extra/alacritty.yml new file mode 120000 index 00000000..2db9ba40 --- /dev/null +++ b/extra/alacritty.yml @@ -0,0 +1 @@ +../alacritty.yml \ No newline at end of file -- cgit v1.2.3-54-g00ecf