Skip to content
Verified Commit cf1ebd8f authored by Matthew Clarkson's avatar Matthew Clarkson
Browse files

refactor: change `symlinks` to `links`

On Windows `ctx.symlink` actually creates hardlinks.

BREAKING CHANGE: `symlinks` in the rule is now `links`

```diff
 download_archive(
-    symlinks = {
+    links = {
         "abc.txt": "def.txt",
     }
 )
```
parent 4e72ac59
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment