I can use uxp.host.version to get the main version - such as:
const uxp = require("uxp");
// [...snip...]
logInfo(`${uxp.host.name} -- ${uxp.host.version} -- ${uxp.host.uiLocale}`)
// expl of ouput: "premierpro -- 26.5.0 -- en_US"
But to help with debugging on various systems, I also want to dump Premiere full build (to log file) – expl: “26.5.0 Build 26”.
Any way to get the Premiere build number from UXP ?
The uxp object does not seem to conttain a property/method (not object I couldquery further) to get this info.
Thx !
.
PS: Also looking at the docs, I attempted to try something like require("premierepro").Application.version but despite what the doc states, “version” is not defined on the application object..
