Skip to content
  • Matthew Clarkson's avatar
    refactor: change `symlinks` to `links` · 717151db
    Matthew Clarkson authored
    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",
         }
     )
    ```
    717151db