Bump version to 0.1.2
All checks were successful
Release App / release-app (push) Successful in 48s

This commit is contained in:
2026-04-26 12:56:24 +03:00
parent fcb92e584c
commit 063e12a996
3 changed files with 3 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ It also refreshes a `latest/tdlib-latest.json` manifest with the newest publishe
The repository also includes [`.gitea/workflows/release-app.yaml`](.gitea/workflows/release-app.yaml),
which downloads a prebuilt TDLib bundle from the `shinoa-tdlib` repository using a pinned
version tag such as `v1.8.63`, builds a
versioned app release tag such as `v0.1.1`, and publishes an archive containing `usr/bin/shinoa` plus the
versioned app release tag such as `v0.1.2`, and publishes an archive containing `usr/bin/shinoa` plus the
bundled `usr/lib/libtdjson.so*`. The root `PKGBUILD` installs that prebuilt release as
`shinoa-bin`. The package disables debug splitting with `options=(!debug)`. That workflow expects Gitea secrets named `TELEGRAM_API_ID` and
`TELEGRAM_API_HASH`. Release builds are configured to fail if those secrets are missing.