webextensions/copy-files-from-to

Not working when run in directory with parenthesis ``(`` in path

marwie opened this issue · 1 comments

Test path is C:\git\temp\Test (123)\Hello

20221118-093912_cmd-needle

Version "copy-files-from-to": "^3.2.2"
script "copy-files": "copy-files-from-to"
and config:

"copyFiles": [
    {
      "from": "assets/**/*.*",
      "to": "dist/assets/"
    },
    {
      "from": "node_modules/@needle-tools/three/**/*.*",
      "to": "dist/include/"
    }
  ]

@marwie
Thank you for the report 👍

The issue has been fixed with 2c6e625 and it is available from copy-files-from-to@3.3.0 onwards.