From 67e342119a565b970dfa7d45941ad3aee5bb6282 Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Tue, 7 May 2019 18:51:36 +0200 Subject: [PATCH] package: Fixed licenses in wrong directory in Windows package --- deployment/windows/wixSetup/installDir.wxs | 69 ++++++++++----------- deployment/windows/wixSetup/sourcetrail.wxs | 2 +- script/deploy_windows.sh | 6 +- 3 files changed, 38 insertions(+), 39 deletions(-) diff --git a/deployment/windows/wixSetup/installDir.wxs b/deployment/windows/wixSetup/installDir.wxs index ca786f47..a92d2d9f 100644 --- a/deployment/windows/wixSetup/installDir.wxs +++ b/deployment/windows/wixSetup/installDir.wxs @@ -287,42 +287,41 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/deployment/windows/wixSetup/sourcetrail.wxs b/deployment/windows/wixSetup/sourcetrail.wxs index 89b5a9c6..fb086590 100644 --- a/deployment/windows/wixSetup/sourcetrail.wxs +++ b/deployment/windows/wixSetup/sourcetrail.wxs @@ -239,7 +239,7 @@ - + diff --git a/script/deploy_windows.sh b/script/deploy_windows.sh index 4de33971..36361bf2 100644 --- a/script/deploy_windows.sh +++ b/script/deploy_windows.sh @@ -192,9 +192,9 @@ if [ $CREATE_PORTABLE_ZIP = true ]; then # COPYING APPLICATION DATA - mkdir -p $PORTABLE_PACKAGE_APP_DIR/license/3rd_party_licenses/ - cp -u -r bin/app/data/license/3rd_party_licenses/* $PORTABLE_PACKAGE_APP_DIR/license/3rd_party_licenses/ - cp -u -r bin/app/data/license/EULA.rtf $PORTABLE_PACKAGE_APP_DIR/license/ + mkdir -p $PORTABLE_PACKAGE_APP_DIR/data/license/3rd_party_licenses/ + cp -u -r bin/app/data/license/3rd_party_licenses/* $PORTABLE_PACKAGE_APP_DIR/data/license/3rd_party_licenses/ + cp -u -r bin/app/data/license/EULA.txt $PORTABLE_PACKAGE_APP_DIR/data/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/cxx/