Skip to content

Commit c57a78e

Browse files
hiroyuki-komatsuyukawa
authored andcommitted
Suppress the validation error LGHT0217 in WiX.
BUG=none TEST=none
1 parent b48cc93 commit c57a78e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/mozc_version_template.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MAJOR=2
22
MINOR=17
3-
BUILD=2093
3+
BUILD=2094
44
REVISION=102
55
# NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
66
# downloaded by NaCl Mozc.

src/win32/installer/wix.gypi

+2
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@
177177
# We intentionally remove *.ime from system folders as a part
178178
# of uninstallation.
179179
'-sice:ICE09',
180+
# Suppress the validation to address the LGHT0217 error.
181+
'-sval',
180182
'-o', '<@(_outputs)',
181183
# We do not use '<@(_inputs)' here because it contains some
182184
# input files just for peoper rebiuld condition.

0 commit comments

Comments
 (0)