Skip to content

Commit

Permalink
Updated paths for Blender and Python executables
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Jun 21, 2024
1 parent 3adf2ec commit a1ff0eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitlab/run_unittest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ fi
mkdir -p $CURRENT_DIR/blender/$MIXER_BLENDER_ZIP_BASENAME/$MIXER_BLENDER_VERSION_BASE/config

MIXER_BLENDER_EXE_DIR=$CURRENT_DIR/blender/$MIXER_BLENDER_ZIP_BASENAME
MIXER_BLENDER_EXE_PATH=$MIXER_BLENDER_EXE_DIR/blender.exe
PYTHON=$MIXER_BLENDER_EXE_DIR/$MIXER_BLENDER_VERSION_BASE/python/bin/python.exe
MIXER_BLENDER_EXE_PATH=$MIXER_BLENDER_EXE_DIR/blender
PYTHON=$MIXER_BLENDER_EXE_DIR/$MIXER_BLENDER_VERSION_BASE/python/bin/python

# install Mixer in local blender
$MIXER_BLENDER_EXE_PATH --background --python $CURRENT_DIR/install_mixer.py
Expand Down

0 comments on commit a1ff0eb

Please sign in to comment.