mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
16 lines
263 B
JSON
16 lines
263 B
JSON
{
|
|
"package": {
|
|
"name": "LOOT",
|
|
"repo": "loot",
|
|
"subject": "wrinklyninja"
|
|
},
|
|
"version": {
|
|
"name": "REPLACE_THIS_VERSION"
|
|
},
|
|
"files": [{
|
|
"includePattern": "build/(loot_.+\\.tar.xz)",
|
|
"uploadPattern": "$1"
|
|
}],
|
|
"publish": true
|
|
}
|