Skip to content

Commit

Permalink
Add: .vvppファイルの読み込みを追加 (VOICEVOX#991)
Browse files Browse the repository at this point in the history
* Add: .vvppファイルの読み込みを追加

* Delete: 未使用のipcを削除

* Add: vvppの記述を追加

* Add: electron-builderの設定を追加

* Add: セレクターを追加

* Delete: バリデーションを削除

* Change: ENGINE_DIR系をengineのstoreに移動

* Add: 読み込めるように

* Change: q-btn-toggleを使うように

* Fix: 追加ボタンを修正

* Change: electorn-logを使うように

* Change: デフォルトをフォルダに

* Change: 幾つかの変数をリセットするように

* Add: 軽い説明を追加

* Change: vvppのインストール先を変更

* Add: vvppからのエンジンの削除機能を追加

* Fix: フォーマットを修正

* Add: UIロックを追加

* Change: quasarのクラスを使うように

* Add: vvppの更新を追加

* Add: FIXMEコメントを追加

Co-Authored-By: Hiroshiba <[email protected]>

* Add: コメントを追加

* Refactor: vvppの展開を分離

* Add: コミット忘れのファイルをコミット

* Delete: 不要なimportを削除

Co-authored-by: Hiroshiba <[email protected]>

* Refactor: vvpp関連の処理をvvppManagerに移動

* Add: エンジン名のエスケープをvvppManagerへ移動

* Delete: 不要な処理を削除

* Refactor: 名前確認をvvppManagerに移動

* Change: vvppManagerを移動

* Change: willXxxをmarkWillXxxに

* Change: vvppの読み込み位置を変更

* Add: 起動中でもダブルクリックで開けるように

* Refactor: 処理をVvppManagerへ移動

* Fix: ロード処理を修正

* Change: 関数名を変更

* Add: FIXMEを追加

* Change: 読み込みの実装を変更

Co-authored-by: Hiroshiba <[email protected]>

* Delete: 不要なimportを削除

* Fix: load周りを修正

* Add: 説明を追加

* Refactor: postEngineKill周りをリファクタ

* Change: uuidを表示するように

* Change: second-instanceでロード処理をするように

* Fix: 表記揺れを修正

* Refactor: 終了周りをリファクタ

* Fix: 一部の処理を修正

* Change: before-quitをasyncに

* Change: nullをundefinedに

* Add: second-instanceの説明を追加

Co-authored-by: Hiroshiba <[email protected]>

* Change: unzipperを使うように

* Change: install/uninstallに

* Change: handleEngineDirsの名前を変更

* Add: 削除表示を追加

* Fix: uiLocked.valueを使うように

* Change: lockUiで包むように

* Change:

Co-authored-by: Hiroshiba <[email protected]>
  • Loading branch information
sevenc-nanashi and Hiroshiba authored Dec 14, 2022
1 parent 04e0887 commit 72b61d9
Show file tree
Hide file tree
Showing 14 changed files with 962 additions and 216 deletions.
3 changes: 1 addition & 2 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ DEFAULT_ENGINE_INFOS=`[
"executionEnabled": true,
"executionFilePath": "run.exe",
"executionArgs": [],
"host": "http://127.0.0.1:50021",
"path": "."
"host": "http://127.0.0.1:50021"
}
]`
VUE_APP_GTM_CONTAINER_ID=GTM-DUMMY
Expand Down
7 changes: 7 additions & 0 deletions build/installer_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,13 @@ cat << EOS > "${MIME_INSTALL_DIR}/packages/voicevox.xml"
<glob pattern="*.vvproj" />
<icon name="voicevox" />
</mime-type>
<mime-type type="application/x-voicevox-plugin-package">
<comment>VOICEVOX Plugin package</comment>
<comment xml:lang="ja">VOICEVOX プラグインパッケージ</comment>
<sub-class-of type="application/zip" />
<glob pattern="*.vvpp" />
<icon name="voicevox" />
</mime-type>
</mime-info>
EOS

Expand Down
Loading

0 comments on commit 72b61d9

Please sign in to comment.