Skip to content

Commit

Permalink
fix 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 ae1b388 commit 9146958
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 @@ -102,7 +102,7 @@ OUTPUT_DIR="$PROJECT_DIR/build_output"
# Create the output directory if it doesn't exist
mkdir -p "$OUTPUT_DIR"

RELEASEDIR=output
RELEASEDIR=release
rm -rf "$SCRIPT_DIR/$RELEASEDIR"
mkdir -p "$SCRIPT_DIR/$RELEASEDIR"

Expand Down

0 comments on commit 9146958

Please sign in to comment.