1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

Invert windows asset symlinks

This commit swaps source and target for the windows asset symlinks,
since creation of a symlink is not possible on Windows systems without
administrator permissions.

By making the files inside the source folder the source instead of the
destination, a build is still possible without requiring elevated
privileges.

Fixes #5338.
This commit is contained in:
Christian Duerr 2021-07-18 19:29:38 +00:00
parent cd3fb7a403
commit 455779c8cf
7 changed files with 1 additions and 1 deletions

View file

@ -1 +0,0 @@
../extra/windows/

View file

Before

Width:  |  Height:  |  Size: 311 KiB

After

Width:  |  Height:  |  Size: 311 KiB

1
extra/windows Symbolic link
View file

@ -0,0 +1 @@
../alacritty/windows