Delphinus.Install.json 289 B

1234567891011121314151617181920212223242526
  1. {
  2. "search_pathes":
  3. [
  4. {
  5. "pathes": ".",
  6. "platforms": "Win32;Win64;Linux64"
  7. }
  8. ],
  9. "browsing_pathes":
  10. [
  11. {
  12. "pathes": ".",
  13. "platforms": "Win32;Win64;Linux64"
  14. }
  15. ],
  16. "source_folders":
  17. [
  18. {
  19. "folder": ".",
  20. "recursive": true,
  21. "filter": "*;*.*"
  22. }
  23. ]
  24. }