Skip to content

Commit ef9531e

Browse files
committed
New params
1 parent ce6b30b commit ef9531e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Installers/Windows/Wix.targets

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@
129129
PdbFile="$(IntermediateOutputPath)%(CultureGroup.OutputFolder)$(TargetPdbFileName)"
130130
PdbType="$(DebugType)"
131131
SourceFiles="@(Compile)"
132+
LocalizationFiles="@(_WixLocalizationFile)"
133+
BindPaths="@(BindPath)"
132134
WixpackWorkingDir="$(WixpackWorkingDir)">
133135
<Output TaskParameter="OutputFile" PropertyName="_WixBuildCommandPackageNameOutput" />
134136
</CreateWixBuildWixpack>

0 commit comments

Comments
 (0)