Skip to content

Commit 7a48dc0

Browse files
committed
Reword CompressionFormat value explanation
1 parent ca8f63f commit 7a48dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Plugin-Repository/Repository/{Version}/{Owner}/{Repository}/{Name}.json
2929
| (Optional) MaxSupportedDriverVersion | The maximum OpenTabletDriver version the plugin functions on in four-part version number format. This should only be included in cases where a minor OpenTabletDriver version introduced breaking changes to a plugin. |
3030
| RepositoryUrl | The git repository url containing the plugin's source code. |
3131
| DownloadUrl | The direct download url for the plugin's release files in a compressed archive format. The plugin's dll files must be contained in the top-level directory of the compressed archive. |
32-
| CompressionFormat | The compression format used by the compressed archive in the DownloadUrl field. `zip` is preferred. |
32+
| CompressionFormat | The compression format used by the compressed archive in the DownloadUrl field. Currently, `zip` is the only supported value. |
3333
| SHA256 | The SHA265 hash of the compressed archive in the DownloadUrl field. |
3434
| (Optional) WikiUrl | A link to the plugin's documentation. |
3535
| LicenseIdentifier | The plugin's SPDX license identifier(s), separated by comma. |

0 commit comments

Comments
 (0)