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:
parent
150b0bcb73
commit
7913aa5576
7 changed files with 1 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
../extra/windows/
|
Before Width: | Height: | Size: 311 KiB After Width: | Height: | Size: 311 KiB |
1
extra/windows
Symbolic link
1
extra/windows
Symbolic link
|
@ -0,0 +1 @@
|
|||
../alacritty/windows
|
Loading…
Reference in a new issue