diff --git a/SConstruct b/SConstruct index 2edd545..35e3ad6 100644 --- a/SConstruct +++ b/SConstruct @@ -86,7 +86,7 @@ def buildPbo(settings,env, pbo): optBinarize = "-binarize=C:\\Windows\\System32\\print.exe" if pbo.name in settings["noBinarize"] else "" cfgConvertArg = "-cfgconvert=asdfafds" # + a3toolsPath() + "\\CfgConvert\\CfgConvert.exe" env.Command(pbo.outputPath, allFilesIn(pbo.folder)+["build"], - f'"{addonBuilderPath()}" "{os.path.abspath(pbo.buildSymlink)}" "{os.path.abspath(settings["outputFolder"])}" "-packonly" "-project=build" "-prefix={pbo.pboPrefix}" -include=tools\\buildExtIncludes.txt {optBinarize}') + f'"{addonBuilderPath()}" "{os.path.abspath(pbo.buildSymlink)}" "{os.path.abspath(settings["outputFolder"])}" "-CfgConvert=C:\arma3tools\CfgConvert\CfgConvert.exe" "-DsSignFile=C:\arma3tools\DSSignFile\DSSignFile.exe" "-FileBank=C:\arma3tools\FileBank\FileBank.exe" "-packonly" "-project=build" "-prefix={pbo.pboPrefix}" -include=tools\\buildExtIncludes.txt {optBinarize}') targetDefinition(pbo.name, f"Build the {pbo.name} pbo.") return env.Alias(pbo.name, pbo.outputPath)