Skip to content

Commit

Permalink
ignor the output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Bad Name authored and Kevin Bad Name committed Jun 27, 2024
1 parent 6dd5289 commit ae1b388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
release
/bin/
/build_output/
/output/
2 changes: 2 additions & 0 deletions buildEclipse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ case "${TYPE}" in
Mac*) MKPKG="cp -r ./plugin-out/dropins/* \"$LOCATION/Eclipse.app/Contents/Eclipse/dropins/\"";;
Linux*) MKPKG="cp -r ./plugin-out/dropins/* $LOCATION/dropins/";;
esac
echo "$MKPKG"
eval "$MKPKG"
NAME=Eclipse-Groovy
case "${TYPE}" in
Windows*) MKPKG="7z a \"$SCRIPT_DIR/$RELEASEDIR/$NAME-$TYPE.zip\" \"$LOCATION/\"* ";;
Expand Down

0 comments on commit ae1b388

Please sign in to comment.