Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Invert windows asset symlinks | Christian Duerr | 2021-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 install | Christian Duerr | 2021-07-14 |
Fixes #5114. |