-
Notifications
You must be signed in to change notification settings - Fork 311
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
エンジンを含めてビルドするとファイル容量が2GBを超えてインストーラが作成できない #15
Comments
ちょっと個人的にも興味があって、Inno Setup 用のインストーラースクリプトを試しに書いてみました。 https://github.com/oov/VOICEVOX-installer-demo 使い物になるかどうかわかりませんが、もし参考になりそうでしたらお使いください。 |
なるほど、ありがとうございます。参考になりそうです。 |
* electron-builder installer settings appId is FQDN of VOICEVOX website. copyright name is author of VOICEVOX. * electron-builder installer settings appId is FQDN of VOICEVOX website. copyright name is author of VOICEVOX. * change installer target nsis-web * electron-builder installer settings appId is FQDN of VOICEVOX website. copyright name is author of VOICEVOX. * change installer target nsis-web * add custom installer script * change download repository * change concatenate process to get detail error message * add resource split script for nsis-web * change CI test OS * move splitResources.js to build dir * change dictionary key specification way Co-authored-by: Hiroshiba <[email protected]> * apply fmt * change file index variable to camel case * fix to use project version env * fix variable expansion * fix for eslint disable importing module and unused variable * remove extends attribute Co-authored-by: Hiroshiba <[email protected]>
分割リリースが正常に稼働する個が確認できたので、閉じます。 |
エンジンの容量を削減するには時間がかかるので、インストーラを作る段階で対処したい。
Github Releaseなどに分割してバイナリを配置したものからインストールするインストーラーを作る、
vue.config.jsのbuilderOptionsにtarget: msiを追加してmsi形式にする、などの手段が思いつく。
前者は方法がわからない、後者はインストール時になぜかエラーになる。
The text was updated successfully, but these errors were encountered: