Skip to content

Commit

Permalink
Bug Fix: update package and build scripts for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjamenMeyer committed Oct 13, 2024
1 parent 94ede27 commit 47d2e9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion script/build
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ cd "${ROOT_DIR}"

mkdir -pv "${BIN_DIR}"

cp -v "${BUILD_DIR}"/{vegastrike-engine,setup/vegasettings,objconv/vega-meshtool} "${BIN_DIR}"
cp -v "${BUILD_DIR}"/{vegastrike-engine,vegasettings,vega-meshtool} "${BIN_DIR}"
4 changes: 2 additions & 2 deletions script/package
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ BUILD_DIR=$ROOT_DIR/build
BIN_DIR=$ROOT_DIR/bin
PACKAGE_DIR=$ROOT_DIR/packages
VS_EXECUTABLE=${BUILD_DIR}/vegastrike-engine
VS_CONFIG_EXECUTABLE=${BUILD_DIR}/setup/vegasettings
VS_MESH_EXECUTABLE=${BUILD_DIR}/objconv/vega-meshtool
VS_CONFIG_EXECUTABLE=${BUILD_DIR}/vegasettings
VS_MESH_EXECUTABLE=${BUILD_DIR}/vega-meshtool
DEPS_LOOKUP_FILE=${BUILD_DIR}/dependency.lookup
DEPS_FINALIZED=${BUILD_DIR}/dependency.list

Expand Down

0 comments on commit 47d2e9d

Please sign in to comment.