Skip to content

Commit

Permalink
ずんだもん立ち絵入れ替え・0.14.11化
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Jan 11, 2024
1 parent 4c0bc5f commit b266b51
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 30 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ npm run preview-build
## add resource

```bash
editor_tag="0.14.10"
editor_tag="0.14.11"
editor_url="https://raw.githubusercontent.com/VOICEVOX/voicevox/$editor_tag"

resource_tag="0.14.4"
Expand Down
Binary file modified src/audios/mochikosan-angry-001.wav
Binary file not shown.
Binary file modified src/audios/mochikosan-angry-002.wav
Binary file not shown.
Binary file modified src/audios/mochikosan-angry-003.wav
Binary file not shown.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CharacterKey } from "./types/dormitoryCharacter"

export const APP_VERSION = "0.14.10"
export const APP_VERSION = "0.14.11"
export const NEMO_VERSION = "0.14.0"

export const characterKeys: CharacterKey[] = [
Expand Down
7 changes: 7 additions & 0 deletions src/data/updateInfos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"version": "0.14.11",
"descriptions": [
"キャラクター「小夜」「ずんだもん」「もち子さん」「青山龍星」のスタイルを追加・更新"
],
"contributors": []
},
{
"version": "0.14.10",
"descriptions": ["初回起動及び0.13からアップデートできないバグを修正"],
Expand Down
Binary file modified src/images/bustup-zundamon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/portrait-zundamon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 24 additions & 24 deletions src/markdowns/howToUse.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/scripts/linuxInstallCpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ EOS
exit 1
fi

curl -fsSL https://raw.githubusercontent.com/VOICEVOX/voicevox/0.14.10/build/installer_linux.sh >tmp_voicevox_installer.sh
VERSION=0.14.10 NAME=linux-cpu-appimage bash tmp_voicevox_installer.sh
curl -fsSL https://raw.githubusercontent.com/VOICEVOX/voicevox/0.14.11/build/installer_linux.sh >tmp_voicevox_installer.sh
VERSION=0.14.11 NAME=linux-cpu-appimage bash tmp_voicevox_installer.sh
rm tmp_voicevox_installer.sh
4 changes: 2 additions & 2 deletions src/scripts/linuxInstallNvidia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ EOS
exit 1
fi

curl -fsSL https://raw.githubusercontent.com/VOICEVOX/voicevox/0.14.10/build/installer_linux.sh >tmp_voicevox_installer.sh
VERSION=0.14.10 NAME=linux-nvidia-appimage bash tmp_voicevox_installer.sh
curl -fsSL https://raw.githubusercontent.com/VOICEVOX/voicevox/0.14.11/build/installer_linux.sh >tmp_voicevox_installer.sh
VERSION=0.14.11 NAME=linux-nvidia-appimage bash tmp_voicevox_installer.sh
rm tmp_voicevox_installer.sh

0 comments on commit b266b51

Please sign in to comment.