Skip to content

Commit

Permalink
Adding permissions set to the .app in Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Jun 20, 2024
1 parent 9446250 commit eb2f02b
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 @@ -94,7 +94,7 @@ mkdir -p $SCRIPT_DIR/release
NAME=Eclipse-Groovy
case "${TYPE}" in
Windows*) MKPKG="7z a $SCRIPT_DIR/release/$NAME-$TYPE.zip $LOCATION/* ";;
Mac*) MKPKG="cd $LOCATION/;zip -r $SCRIPT_DIR/release/$NAME-$TYPE.zip Eclipse.app; cd $SCRIPT_DIR";;
Mac*) MKPKG="cd $LOCATION/; xattr -cr Eclipse.app; zip -r $SCRIPT_DIR/release/$NAME-$TYPE.zip Eclipse.app; cd $SCRIPT_DIR";;
Linux*) MKPKG="cd $DOWNDIR/$BASEFILE;tar czf $SCRIPT_DIR/release/$NAME-$TYPE.tar.gz * ;cd $SCRIPT_DIR";;
esac
echo "$MKPKG"
Expand Down

0 comments on commit eb2f02b

Please sign in to comment.