Skip to content

Commit 9146958

Browse files
Kevin Bad NameKevin Bad Name
authored andcommitted
fix the output dir
1 parent ae1b388 commit 9146958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildEclipse.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ OUTPUT_DIR="$PROJECT_DIR/build_output"
102102
# Create the output directory if it doesn't exist
103103
mkdir -p "$OUTPUT_DIR"
104104

105-
RELEASEDIR=output
105+
RELEASEDIR=release
106106
rm -rf "$SCRIPT_DIR/$RELEASEDIR"
107107
mkdir -p "$SCRIPT_DIR/$RELEASEDIR"
108108

0 commit comments

Comments
 (0)