diff --git a/README.md b/README.md index 6f23f23..5916c12 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A Python module that wraps the LOOT API, generated by [pybind11](https://github. ## Downloads -Snapshot builds are available on [Bintray](https://bintray.com/wrinklyninja/loot/loot-api-python). The snapshot build archives are named like so: +Snapshot builds are available on [Bintray](https://bintray.com/loot/snapshots/loot-api-python). The snapshot build archives are named like so: ``` loot_api_python--win32.7z diff --git a/appveyor.yml b/appveyor.yml index c5ced6d..c96894d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -41,8 +41,8 @@ deploy: username: wrinklyninja api_key: secure: fBQJmUDK/EgEUWjjbo6bWcitczeFTJZT4OZ3ZZ4FoUT6soBsTWPQJnr8YEVMFhGP - subject: wrinklyninja - repo: loot + subject: loot + repo: snapshots package: loot-api-python version: $(GIT_DESCRIBE)_$(APPVEYOR_REPO_BRANCH) publish: true