Skip to content

Commit

Permalink
Release: version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 24, 2024
1 parent 10cb14a commit a3a81e9
Show file tree
Hide file tree
Showing 53 changed files with 185 additions and 181 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends aria2 ca-certif
## サードパーティーライブラリは変更が少ないので、先にダウンロード処理を実行してビルドキャッシュを効かせる
WORKDIR /
## リリース版用
RUN aria2c -x10 https://github.com/tsukumijima/KonomiTV/releases/download/v0.9.0/thirdparty-linux.tar.xz
RUN aria2c -x10 https://github.com/tsukumijima/KonomiTV/releases/download/v0.10.0/thirdparty-linux.tar.xz
RUN tar xvf thirdparty-linux.tar.xz
## 開発版 (0.x.x-dev) 用
# RUN aria2c -x10 https://nightly.link/tsukumijima/KonomiTV/actions/runs/9164924503/thirdparty-linux.tar.xz.zip
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ Docker Compose は V1 と V2 の両方に対応していますが、できれば
<img width="100%" src="https://user-images.githubusercontent.com/39271166/201463450-96bb686e-c5bb-493d-b907-57b5f51ac986.png"><br>

```bash
curl -LO https://github.com/tsukumijima/KonomiTV/releases/download/v0.9.0/KonomiTV-Installer.elf
curl -LO https://github.com/tsukumijima/KonomiTV/releases/download/v0.10.0/KonomiTV-Installer.elf
chmod a+x KonomiTV-Installer.elf
./KonomiTV-Installer.elf
```
Expand Down

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion client/dist/assets/Account.D62wsAFR.css

This file was deleted.

1 change: 1 addition & 0 deletions client/dist/assets/Account.ZM28_5D2.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a3a81e9

Please sign in to comment.