Skip to content

Commit

Permalink
Update: [Installer] アップデーターの非推奨 Warning を追加
Browse files Browse the repository at this point in the history
頑張って作ったけどメンテが大変な上に本体の完成度には影響しないので、安定版が出るまで放置することにした
  • Loading branch information
tsukumijima committed Sep 19, 2023
1 parent ede0c74 commit 614cb67
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions installer/Updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ def Updater(version: str) -> None:
version (str): KonomiTV をアップデートするバージョン
"""

ShowPanel([
'[yellow]注意: このアップデーターは現時点では動作しない可能性が高いです。',
'KonomiTV は開発中のため、破壊的な構成変更が頻繁に行われています。',
'破壊的変更が続く中アップデーターの機能を維持することは難しいため、',
'安定版リリースまでの当面の間、アップデーターの今後の改修は放置されています。',
'お手数をおかけしますが、現時点では DB や設定ファイルなどをバックアップの上で',
'一旦アンインストールし、新規でインストールし直すことをおすすめします。[/yellow]',
])

# 設定データの対話的な取得とエンコーダーの動作確認を行わない以外は、インストーラーの処理内容と大体同じ

# プラットフォームタイプ
Expand Down

0 comments on commit 614cb67

Please sign in to comment.