Closed paustint closed 2 years ago
Added in v13.2.1
Edit:
All the source paths are now resolved against <root>/dist/apps/
Example usage: (as per #155)
"files": [
{
"from": "<backend-project>/build",
"to": "build",
"filter": ["*.node"]
}
],
Is your feature request related to a problem? Please describe. When adding additional files to
maker.options.json
, an absolute file path is required for the files to be copied, but this is not transferrable between different computers or CI.Describe the solution you'd like I should be able to use a relative path, such as
apps/electron/worker
and this should be transformed into an absolute path during the packaging process whenbuilder-effective-config.yaml
is generated.Describe alternatives you've considered I have found two workarounds:
Additional context If I am missing anything, please let me know - I have tried all sorts of different relative file paths and none have been successful so far.