From 440bac5c5e769acfa19293ea8857288c74e03435 Mon Sep 17 00:00:00 2001 From: Gijs Alberts Date: Mon, 28 Mar 2022 16:48:53 +0200 Subject: [PATCH] Include the iTasks and Gast environments by default for the bundle-complete for Linux. --- clean-bundle-complete/common/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clean-bundle-complete/common/build.sh b/clean-bundle-complete/common/build.sh index 4bda72b..9eec818 100755 --- a/clean-bundle-complete/common/build.sh +++ b/clean-bundle-complete/common/build.sh @@ -1,3 +1,5 @@ #!/bin/bash mkdir -p target cp -r build/clean target/clean-bundle-complete +tail target/clean-bundle-complete/etc/iTasks.env -n +3 >> target/clean-bundle-complete/etc/IDEEnvs +tail target/clean-bundle-complete/etc/Gast.env -n +3 >> target/clean-bundle-complete/etc/IDEEnvs -- GitLab