Newer
Older
dub_jkp / test / issue2234-copy-read-only-files / dub.json
@Bastiaan Veelo Bastiaan Veelo on 13 Jun 2022 135 bytes Test issue #2234.
  1. {
  2. "name": "issue2234_copy_read_only_files",
  3. "copyFiles": [
  4. "files/to_be_deployed.bin",
  5. "files/images"
  6. ],
  7. "targetPath": "bin"
  8. }