mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 12:30:50 +01:00
Bumped branding to v4.15. Removed leftover references of branded components.
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
This commit is contained in:
parent
392efff62d
commit
6cd1393161
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -30,7 +30,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
def XENADMIN_BRANDING_TAG = 'v4.14'
|
||||
def XENADMIN_BRANDING_TAG = 'v4.15'
|
||||
|
||||
@Library(['PacmanSharedLibrary', "xencenter-pipeline@v4.7"])
|
||||
import com.citrix.pipeline.xencenter.*
|
||||
|
@ -184,7 +184,6 @@
|
||||
<ComponentRef Id="RegistryEntries" />
|
||||
<ComponentRef Id="ApplicationShortcut" />
|
||||
<ComponentRef Id="ProgramFilesShortcut" />
|
||||
<ComponentGroupRef Id="BrandedComponents" />
|
||||
</Feature>
|
||||
|
||||
<UIRef Id="$(var.BrandInstallerUI)" />
|
||||
|
@ -155,11 +155,11 @@ do
|
||||
mkdir -p obj${name} out${name}
|
||||
|
||||
WixLangId=$(locale_id ${locale} | tr -d [:space:]) RepoRoot=$(cygpath -w ${REPO}) \
|
||||
${CANDLE} -ext WiXNetFxExtension -ext WixUtilExtension -out obj${name}/ ${BRANDING_BRAND_CONSOLE_NO_SPACE}.wxs branding.wxs
|
||||
${CANDLE} -ext WiXNetFxExtension -ext WixUtilExtension -out obj${name}/ ${BRANDING_BRAND_CONSOLE_NO_SPACE}.wxs
|
||||
|
||||
${LIGHT} -sval -ext WiXNetFxExtension -ext WixUtilExtension -out out${name}/${name}.msi \
|
||||
-loc wixlib/wixui_${locale}.wxl -loc ${locale}.wxl \
|
||||
obj${name}/${BRANDING_BRAND_CONSOLE_NO_SPACE}.wixobj obj${name}/branding.wixobj lib/WixUI_InstallDir.wixlib
|
||||
obj${name}/${BRANDING_BRAND_CONSOLE_NO_SPACE}.wixobj lib/WixUI_InstallDir.wixlib
|
||||
|
||||
cp ${WIX}/out${name}/${name}.msi ${WIX}
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user