Skip to content

Commit

Permalink
update forcepser version
Browse files Browse the repository at this point in the history
  • Loading branch information
oov committed Apr 11, 2022
1 parent fe71abb commit 19f6d71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## Unreleased
## 0.2.0beta58

- 設定ダイアログで `1フレーム目に音声とテキストがある *.exo をドロップした時` の現在の設定が正しく反映されていなかったのを修正
- かんしくんを 1.5.2 へ更新

## 0.2.0beta57

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if("${BUILD_PACKAGE}" STREQUAL "1")
-Ddir="audiomixer"
-P "${CMAKE_SOURCE_DIR}/src/cmake/extract-zip.cmake"
)
set(FORCEPSER_VER "v1.5.1")
set(FORCEPSER_VER "v1.5.2")
add_custom_target(extract_forcepser COMMAND
${CMAKE_COMMAND}
-Dlocal_dir="${PROJECT_BINARY_DIR}"
Expand Down

0 comments on commit 19f6d71

Please sign in to comment.