Skip to content

Commit

Permalink
Fix Arma Tools DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaren882 committed Oct 15, 2024
1 parent 2533133 commit 749b420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 749b420

Please sign in to comment.