From 9f70423f254c73aedc16b79f8b45e092b61ece64 Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Mon, 29 Jan 2018 14:37:50 +0100 Subject: [PATCH] build: adjusted directory layout of license info for portable package --- script/deploy_windows.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/script/deploy_windows.sh b/script/deploy_windows.sh index 526e601e..66670ec3 100644 --- a/script/deploy_windows.sh +++ b/script/deploy_windows.sh @@ -188,8 +188,9 @@ if [ $CREATE_PORTABLE_ZIP = true ]; then # COPYING APPLICATION DATA - mkdir -p $PORTABLE_PACKAGE_APP_DIR/data/3rd_party_licenses/ - cp -u -r bin/app/data/3rd_party_licenses/* $PORTABLE_PACKAGE_APP_DIR/data/3rd_party_licenses/ + mkdir -p $PORTABLE_PACKAGE_APP_DIR/license/3rd_party_licenses/ + cp -u -r bin/app/data/3rd_party_licenses/* $PORTABLE_PACKAGE_APP_DIR/license/3rd_party_licenses/ + cp -u -r bin/app/data/gui/installer/EULA.rtf $PORTABLE_PACKAGE_APP_DIR/license/ mkdir -p $PORTABLE_PACKAGE_APP_DIR/data/color_schemes/ cp -u -r bin/app/data/color_schemes/* $PORTABLE_PACKAGE_APP_DIR/data/color_schemes/ mkdir -p $PORTABLE_PACKAGE_APP_DIR/data/fallback/