gabr42 / OmniThreadLibrary

A simple and powerful multithreading library for Delphi
http://www.omnithreadlibrary.com
Other
461 stars 141 forks source link

Invalid Delphinus.install.json file #193

Open gurocky opened 8 months ago

gurocky commented 8 months ago

Like folloiwng code , from line 109( After "compiler 32 }“), the comma is missing. Delphinus installer will failed.

    {
        "project": "Packages\\Delphi 10.1 Berlin\\OmniThreadLibraryPackages.groupproj",
        "compiler": 31
    },
    {
        "project": "Packages\\Delphi 10.2 Tokyo\\OmniThreadLibraryPackages.groupproj",
        "compiler": 32
    }   
    {
        "project": "Packages\\Delphi 10.3 Rio\\OmniThreadLibraryPackages.groupproj",
        "compiler": 33
    }