Skip to content

Commit

Permalink
move eclipse to tl
Browse files Browse the repository at this point in the history
  • Loading branch information
madhe committed Jun 19, 2024
1 parent b00e894 commit 76cedd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildEclipse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ rm -rf $SCRIPT_DIR/release
mkdir -p $SCRIPT_DIR/release
NAME=Eclipse-Groovy
case "${TYPE}" in
Windows*) MKPKG="7z a $SCRIPT_DIR/release/$NAME-$TYPE.zip $LOCATION/ ";;
Windows*) MKPKG="7z a $SCRIPT_DIR/release/$NAME-$TYPE.zip $LOCATION/* ";;
*) MKPKG="cd $DOWNDIR;tar czf $SCRIPT_DIR/release/$NAME-$TYPE.tar.gz $BASEFILE/;cd ..";;
esac
echo "$MKPKG"
Expand Down

0 comments on commit 76cedd1

Please sign in to comment.