From 877fcb47e4304df5155e0ad749f5d3d65d465d67 Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Tue, 7 May 2019 17:27:49 +0200 Subject: [PATCH] script: fixed windows deploy scripts --- deployment/windows/wixSetup/sourcetrail.wxs | 3 ++- script/deploy_windows.sh | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/deployment/windows/wixSetup/sourcetrail.wxs b/deployment/windows/wixSetup/sourcetrail.wxs index 3e269c7c..89b5a9c6 100644 --- a/deployment/windows/wixSetup/sourcetrail.wxs +++ b/deployment/windows/wixSetup/sourcetrail.wxs @@ -271,7 +271,8 @@ - + + diff --git a/script/deploy_windows.sh b/script/deploy_windows.sh index a949111e..4de33971 100644 --- a/script/deploy_windows.sh +++ b/script/deploy_windows.sh @@ -209,6 +209,8 @@ if [ $CREATE_PORTABLE_ZIP = true ]; then cp -u -r bin/app/data/install/* $PORTABLE_PACKAGE_APP_DIR/data/install/ mkdir -p $PORTABLE_PACKAGE_APP_DIR/data/java/ cp -u -r bin/app/data/java/* $PORTABLE_PACKAGE_APP_DIR/data/java/ + mkdir -p $PORTABLE_PACKAGE_APP_DIR/data/python/ + cp -u -r bin/app/data/python/* $PORTABLE_PACKAGE_APP_DIR/data/python/ mkdir -p $PORTABLE_PACKAGE_APP_DIR/data/syntax_highlighting_rules/ cp -u -r bin/app/data/syntax_highlighting_rules/* $PORTABLE_PACKAGE_APP_DIR/data/syntax_highlighting_rules/