Skip to content

Commit ad30047

Browse files
committed
Package: Fix installation check script
1 parent 36a1a3b commit ad30047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BuildScripts/build-toolspkg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def buildBundlePkg(moduleName, moduleFriendlyName, payloadPath, postInstallScrip
308308
"rootVolumeOnly" : "true"
309309
})
310310
ET.SubElement(distInstallerGuiScript, "script").text = mpkgScriptsJS
311-
# ET.SubElement(distInstallerGuiScript, "installation-check", { "script" : "installCheckScript()" })
311+
ET.SubElement(distInstallerGuiScript, "installation-check", { "script" : "installCheckScript()" })
312312

313313
# Choices outline.
314314
distChoices = ET.SubElement(distInstallerGuiScript, "choices-outline")

0 commit comments

Comments
 (0)