File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -76,13 +76,13 @@ list(APPEND APP_PLATFORM_OPTION -DBUILD_TAG_VERSION=${GIT_TAG_VERSION} -DBUILD_T
76
76
project (wiliwili)
77
77
set (VERSION_MAJOR "1" )
78
78
set (VERSION_MINOR "2" )
79
- set (VERSION_REVISION "1 " )
79
+ set (VERSION_REVISION "2 " )
80
80
set (VERSION_BUILD "0" )
81
81
set (PROJECT_AUTHOR "xfangfang" )
82
82
set (PACKAGE_NAME cn.xfangfang.wiliwili)
83
83
set (VITA_TITLEID "WILIWILI0" )
84
84
set (PSN_TITLE_ID "WILI00000" )
85
- set (VITA_VERSION "01.21 " )
85
+ set (VITA_VERSION "01.22 " )
86
86
set (PROJECT_ICON ${CMAKE_CURRENT_SOURCE_DIR} /resources/icon/icon.jpg)
87
87
set (PROJECT_RESOURCES ${CMAKE_CURRENT_SOURCE_DIR} /resources)
88
88
set (APP_VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_REVISION} " )
Original file line number Diff line number Diff line change 29
29
</ul >
30
30
</description >
31
31
<releases >
32
- <release date =" 2023-11-12 " version =" 1.2.1 " >
32
+ <release date =" 2023-11-15 " version =" 1.2.2 " >
33
33
<description >
34
34
<p >
35
35
Please See Official Changelog at github.com/xfangfang/wiliwili/releases
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ const std::string galleryItemInstallNSPXML = R"xml(
37
37
<brls:Label
38
38
positionType="absolute"
39
39
positionBottom="4%"
40
+ horizontalAlign="center"
41
+ width="1500"
40
42
id="gallery/label"
41
43
text="@i18n/wiliwili/hints/hint4"
42
44
fontSize="24"/>
You can’t perform that action at this time.
0 commit comments