This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 5edcdc2
committed
Fix some folder copy options for Windows
When generating "copy" commands, Gyp will use "copy" rather than
"xcopy" if the path doesn't end in '/', causing problems when trying
to copy a folder rather than a file.1 parent 73f46e4 commit 5edcdc2
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
0 commit comments