mirror of
https://github.com/mii443/mozc.git
synced 2025-08-22 16:15:46 +00:00
Update the Wix version to 5.0.2 from 4.0.5 (#1070)
* https://github.com/google/mozc/issues/1070 PiperOrigin-RevId: 683079800
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
"isRoot": true,
|
||||
"tools": {
|
||||
"wix": {
|
||||
"version": "4.0.5",
|
||||
"version": "5.0.2",
|
||||
"commands": ["wix"]
|
||||
}
|
||||
}
|
||||
|
@ -172,7 +172,7 @@ dotnet_tool_repository = use_repo_rule(
|
||||
|
||||
dotnet_tool_repository(
|
||||
name = "wix",
|
||||
version = "4.0.5",
|
||||
version = "5.0.2",
|
||||
)
|
||||
|
||||
http_file = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file")
|
||||
|
@ -242,7 +242,7 @@ load("@//bazel:dotnet_tool_repository.bzl", "dotnet_tool_repository")
|
||||
|
||||
dotnet_tool_repository(
|
||||
name = "wix",
|
||||
version = "4.0.5",
|
||||
version = "5.0.2",
|
||||
)
|
||||
|
||||
# Google Toolbox for Mac
|
||||
|
Reference in New Issue
Block a user