gabr42 / gabr42/OmniThreadLibrary
Invalid Delphinus.install.json file
Open
- Dominant language
- Pascal
- Stars
- 513
- Forks
- 147
- PR merge metrics
- No merged PRs in 30d
Description
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
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.