mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
As the NodeJS dependency no longer exists, the archive script has been replaced with a CPack implementation, and the set_version_number script turned into a Python script.
16 lines
279 B
JSON
16 lines
279 B
JSON
{
|
|
"package": {
|
|
"name": "loot-api",
|
|
"repo": "loot",
|
|
"subject": "wrinklyninja"
|
|
},
|
|
"version": {
|
|
"name": "REPLACE_THIS_VERSION"
|
|
},
|
|
"files": [{
|
|
"includePattern": "build/package/(loot_api-.+\\.tar.xz)",
|
|
"uploadPattern": "$1"
|
|
}],
|
|
"publish": true
|
|
}
|