Merge branch 'v.1.3.5'

This commit is contained in:
wataru 2023-01-14 19:01:00 +09:00
commit 815629367e
14 changed files with 19 additions and 15 deletions

View File

@ -1,17 +1,17 @@
# Release Check List
## Run
- [] Anaconda on WSL2
- [] Docker on WSL2
- [] Anaconda on Linux
- [] Docker on Linux
- [] Colab simple
- [] Colab normal
- [] Windows exe
- [] Mac(M1)
- [ ] Anaconda on WSL2
- [ ] Docker on WSL2
- [ ] Anaconda on Linux
- [ ] Docker on Linux
- [ ] Colab simple
- [ ] Colab normal
- [ ] Windows exe
- [ ] Mac(M1)
## Doc
- [] Readme
- [] Wiki
- [] Zenn
- [ ] Readme
- [ ] Wiki
- [ ] Zenn

View File

Before

Width:  |  Height:  |  Size: 473 B

After

Width:  |  Height:  |  Size: 473 B

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 522 B

After

Width:  |  Height:  |  Size: 522 B

View File

Before

Width:  |  Height:  |  Size: 365 B

After

Width:  |  Height:  |  Size: 365 B

View File

Before

Width:  |  Height:  |  Size: 327 B

After

Width:  |  Height:  |  Size: 327 B

View File

Before

Width:  |  Height:  |  Size: 395 B

After

Width:  |  Height:  |  Size: 395 B

View File

Before

Width:  |  Height:  |  Size: 403 B

After

Width:  |  Height:  |  Size: 403 B

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

File diff suppressed because one or more lines are too long

View File

@ -42,7 +42,7 @@ module.exports = {
filename: "./index.html",
}),
new CopyPlugin({
patterns: [{ from: "public/assets", to: "asset" }],
patterns: [{ from: "public/assets", to: "assets" }],
}),
new CopyPlugin({
patterns: [{ from: "public/favicon.ico", to: "favicon.ico" }],

View File

@ -34,7 +34,7 @@ RUN python3 setup.py build_ext --inplace
WORKDIR /
ADD dummy /
RUN git clone --depth 1 https://github.com/w-okada/voice-changer.git -b v.1.3.3
RUN git clone --depth 1 https://github.com/w-okada/voice-changer.git
#########

View File

@ -17,6 +17,10 @@ class MMVC_SocketIOApp():
'filename': f'{frontend_path}/assets/icons/github.svg',
'content_type': 'image/svg+xml'
},
'/assets/icons/help-circle.svg': {
'filename': f'{frontend_path}/assets/icons/help-circle.svg',
'content_type': 'image/svg+xml'
},
'': f'{frontend_path}',
'/': f'{frontend_path}/index.html',
}

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -eu
DOCKER_IMAGE=dannadori/voice-changer:20230114_072703
DOCKER_IMAGE=dannadori/voice-changer:20230114_185803
# DOCKER_IMAGE=voice-changer
if [ $# = 0 ]; then