Skip to content

Commit

Permalink
SNOW-1055755: windows build - back to wix 3d
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mraba committed Sep 11, 2024
1 parent a982ef7 commit 404c462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/packaging/win/wxs_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

WIN_RES_DIR = Path(__file__).parent.absolute()
WXS_TEMPLATE_FILE = WIN_RES_DIR.joinpath("snowflake_cli_template_v3.wxs")
WXS_OUTPUT_FILE = WXS_TEMPLATE_FILE.parent.joinpath("snowflake_cli.wxs")
WXS_OUTPUT_FILE = PROJECT_ROOT_PATH.parent.joinpath("snowflake_cli.wxs")

ns = {
"": "http://schemas.microsoft.com/wix/2006/wi",
Expand Down

0 comments on commit 404c462

Please sign in to comment.