aboutsummaryrefslogtreecommitdiff
path: root/alacritty/windows
Commit message (Collapse)AuthorAge
* Invert windows asset symlinksChristian Duerr2021-07-18
| | | | | | | | | | | 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.
* Symlink windows assets for cargo installChristian Duerr2021-07-14
Fixes #5114.