Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

自動アップデート機能をつける #361

Open
Hiroshiba opened this issue Oct 18, 2021 · 0 comments
Open

自動アップデート機能をつける #361

Hiroshiba opened this issue Oct 18, 2021 · 0 comments

Comments

@Hiroshiba
Copy link
Member

内容

ユーザーはアップデートがあることを知れないのでいつまでも機能の少ない過去バージョンを利用するかもしれません。
通知機能があっても良さそうですが、自動アップデートが上位互換だと思います。
https://github.com/Hiroshiba/voicevox/issues/235

Electronには自動アップデートのためのライブラリがあるので結構楽かも?
https://www.electron.build/auto-update.html

Pros 良くなる点

Cons 悪くなる点

実現方法

electron-updater
https://www.electron.build/auto-update.html

バージョンアップがあったらインストーラをダウンロードして実行する、とかになりそう?
インストーラに必要なtar.gzをダウンロードしておく手もあるけど、重すぎるので勝手にやると文句が来そう。

その他

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant