aboutsummaryrefslogtreecommitdiff
path: root/alacritty/windows/wix/license.rtf
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.