mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
To avoid confusion when talking about the library vs. its API. The GitHub repository has not yet been renamed, so all references to it are unchanged.
16 lines
274 B
JSON
16 lines
274 B
JSON
{
|
|
"package": {
|
|
"name": "libloot",
|
|
"repo": "snapshots",
|
|
"subject": "loot"
|
|
},
|
|
"version": {
|
|
"name": "REPLACE_THIS_VERSION"
|
|
},
|
|
"files": [{
|
|
"includePattern": "build/package/(libloot-.+\\.tar.xz)",
|
|
"uploadPattern": "$1"
|
|
}],
|
|
"publish": true
|
|
}
|