mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update repository links to account for loot-api -> libloot rename
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ deploy:
|
||||
- build/libloot.tar.xz
|
||||
skip_cleanup: true
|
||||
on:
|
||||
repo: loot/loot-api
|
||||
repo: loot/libloot
|
||||
tags: true
|
||||
|
||||
notifications:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# libloot
|
||||
|
||||
[](https://ci.appveyor.com/project/LOOT/loot-api/branch/dev)
|
||||
[](https://travis-ci.org/loot/loot-api)
|
||||
[](https://ci.appveyor.com/project/LOOT/libloot/branch/dev)
|
||||
[](https://travis-ci.org/loot/libloot)
|
||||
[](http://loot-api.readthedocs.io/en/latest/?badge=latest)
|
||||
|
||||
## Introduction
|
||||
@@ -14,7 +14,7 @@ libloot provides access to LOOT's metadata and sorting functionality, and the LO
|
||||
|
||||
## Downloads
|
||||
|
||||
Releases are hosted on [GitHub](https://github.com/loot/loot-api/releases), and snapshot builds are available on [Bintray](https://bintray.com/loot/snapshots/libloot). The snapshot build archives are named like so:
|
||||
Releases are hosted on [GitHub](https://github.com/loot/libloot/releases), and snapshot builds are available on [Bintray](https://bintray.com/loot/snapshots/libloot). The snapshot build archives are named like so:
|
||||
|
||||
```
|
||||
libloot-<last tag>-<revisions since tag>-g<short revision ID>_<branch>-<platform>.7z
|
||||
|
||||
+1
-1
@@ -97,7 +97,7 @@ deploy:
|
||||
appveyor_repo_tag: true
|
||||
|
||||
on_success:
|
||||
- ps: python "$env:APPVEYOR_BUILD_FOLDER\delete_old_bintray_versions.py" -g loot/loot-api -b loot/snapshots/libloot -u wrinklyninja -k $env:bintray_auth_token -t $env:github_auth_token -n 30
|
||||
- ps: python "$env:APPVEYOR_BUILD_FOLDER\delete_old_bintray_versions.py" -g loot/libloot -b loot/snapshots/libloot -u wrinklyninja -k $env:bintray_auth_token -t $env:github_auth_token -n 30
|
||||
|
||||
on_finish:
|
||||
- ps: (New-Object System.Net.WebClient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", "$($env:APPVEYOR_BUILD_FOLDER)\build\$($env:CONFIGURATION)\libloot_internals_tests.xml")
|
||||
|
||||
Reference in New Issue
Block a user