diff --git a/clean-bundle-complete/common/build.sh b/clean-bundle-complete/common/build.sh index 4bda72b10af8653c1dbd9910d0c52e07002e23aa..9eec8189a16c989549bfbd23ef121eaa50ea2671 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