Skip to content

Commit

Permalink
Forgot to cp the main.* files for demopython and demonode projects in…
Browse files Browse the repository at this point in the history
…to the archive target directory
  • Loading branch information
danphenderson committed May 20, 2021
1 parent 0f6e23f commit 34da8dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions demonodejs/bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ printf " - BUILD_TMP_DIR=%s\n" "$BUILD_TMP_DIR"
printf " - ARCHIVE_DST_PATH=%s\n" "$ARCHIVE_DST_PATH"

cp -r "$PROJECT_PATH/doc" "$BUILD_TMP_DIR" # Copy over any documentation
cp "$PROJECT_PATH/main.js" "$BUILD_TMP_DIR" # Copy over main.js

# Tar the temporary build directory to the out directory specified with $2
cd "$BUILD_TMP_DIR"
Expand Down
1 change: 1 addition & 0 deletions demopython/bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ printf " - BUILD_TMP_DIR=%s\n" "$BUILD_TMP_DIR"
printf " - ARCHIVE_DST_PATH=%s\n" "$ARCHIVE_DST_PATH"

cp -r "$PROJECT_PATH/doc" "$BUILD_TMP_DIR" # Copy over any documentation
cp "$PROJECT_PATH/main.py" "$BUILD_TMP_DIR"

# Tar the temporary build directory to the out directory specified with $2
cd "$BUILD_TMP_DIR"
Expand Down

0 comments on commit 34da8dd

Please sign in to comment.