Fix file patterns in bintray description.

This commit is contained in:
Syoyo Fujita
2016-03-12 16:27:58 +09:00
parent bf131698e5
commit 31c6633535

View File

@@ -37,7 +37,7 @@
Note: Regular expressions defined as part of the includePattern property must be wrapped with brackets. */
"files":
[ "tiny_obj_loader.h" ],
[ {"includePattern": "(tiny_obj_loader\.h)", "uploadPattern": "$1"} ],
"publish": true
}