Skip to content

Commit

Permalink
Release version v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed Oct 31, 2023
1 parent df528cb commit 4345144
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ list(APPEND APP_PLATFORM_OPTION -DBUILD_TAG_VERSION=${GIT_TAG_VERSION} -DBUILD_T
# Project Info
project(wiliwili)
set(VERSION_MAJOR "1")
set(VERSION_MINOR "1")
set(VERSION_REVISION "1")
set(VERSION_MINOR "2")
set(VERSION_REVISION "0")
set(VERSION_BUILD "0")
set(PROJECT_AUTHOR "xfangfang")
set(PACKAGE_NAME cn.xfangfang.wiliwili)
set(VITA_TITLEID "WILIWILI0")
set(PSN_TITLE_ID "WILI00000")
set(VITA_VERSION "01.11")
set(VITA_VERSION "01.20")
set(PROJECT_ICON ${CMAKE_CURRENT_SOURCE_DIR}/resources/icon/icon.jpg)
set(PROJECT_RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/resources)
set(APP_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ make -C cmake-build-switch wiliwili.nro -j$(nproc)
### 交叉编译 PS4 可执行文件

参考 `.github/workflows/build.yaml` 使用 docker 来编译。
或本地安装 [PacBrew](https://github.com/PacBrew/pacbrew-packages) 环境(只支持 Linux),并手动添加依赖库,请参考:[scripts/ps4/Dockerfile](https://github.com/xfangfang/wiliwili/blob/ps4/scripts/ps4/Dockerfile)
或本地安装 [PacBrew](https://github.com/PacBrew/pacbrew-packages) 环境(只支持 Linux),并手动添加依赖库,请参考:[scripts/ps4/Dockerfile](https://github.com/xfangfang/wiliwili/blob/dev/scripts/ps4/Dockerfile)

```shell
docker run --rm -v $(pwd):/src/ xfangfang/wiliwili_ps4_builder:latest \
Expand Down
2 changes: 1 addition & 1 deletion scripts/linux/cn.xfangfang.wiliwili.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</ul>
</description>
<releases>
<release date="2023-07-26" version="1.1.1">
<release date="2023-10-31" version="1.2.0">
<description>
<p>
Please See Official Changelog at github.com/xfangfang/wiliwili/releases
Expand Down

0 comments on commit 4345144

Please sign in to comment.