11cb0ef41Sopenharmony_ci<?xml version="1.0" encoding="utf-8"?> 21cb0ef41Sopenharmony_ci<installer-gui-script minSpecVersion="1"> 31cb0ef41Sopenharmony_ci <title>Node.js</title> 41cb0ef41Sopenharmony_ci <welcome file="welcome.html"/> 51cb0ef41Sopenharmony_ci <conclusion file="conclusion.html"/> 61cb0ef41Sopenharmony_ci <background alignment="topleft" file="osx_installer_logo.png"/> 71cb0ef41Sopenharmony_ci <pkg-ref id="org.nodejs.node.pkg" auth="root"/> 81cb0ef41Sopenharmony_ci <pkg-ref id="org.nodejs.npm.pkg" auth="root"/> 91cb0ef41Sopenharmony_ci <options customize="allow" require-scripts="false" hostArchitectures="x86_64,arm64"/> 101cb0ef41Sopenharmony_ci <license file="license.rtf"/> 111cb0ef41Sopenharmony_ci <choices-outline> 121cb0ef41Sopenharmony_ci <line choice="org.nodejs.node.pkg" /> 131cb0ef41Sopenharmony_ci <line choice="org.nodejs.npm.pkg"/> 141cb0ef41Sopenharmony_ci </choices-outline> 151cb0ef41Sopenharmony_ci <choice id="org.nodejs.node.pkg" visible="true" title="Node.js {nodeversion}"> 161cb0ef41Sopenharmony_ci <pkg-ref id="org.nodejs.node.pkg"/> 171cb0ef41Sopenharmony_ci </choice> 181cb0ef41Sopenharmony_ci <pkg-ref id="org.nodejs.node.pkg" version="{nodeversion}" onConclusion="none">node-{nodeversion}.pkg</pkg-ref> 191cb0ef41Sopenharmony_ci <choice id="org.nodejs.npm.pkg" visible="true" title="npm {npmversion}"> 201cb0ef41Sopenharmony_ci <pkg-ref id="org.nodejs.npm.pkg"/> 211cb0ef41Sopenharmony_ci </choice> 221cb0ef41Sopenharmony_ci <pkg-ref id="org.nodejs.npm.pkg" version="{npmversion}" onConclusion="none">npm-{npmversion}.pkg</pkg-ref> 231cb0ef41Sopenharmony_ci</installer-gui-script> 24