Add project-tools #142
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
DOWNLOAD_DIR=../../shared/pets/artifacts/addons/
|
||||
DOWNLOAD_DIR=../../shared/artifacts/addons/
|
||||
|
||||
download_addon() {
|
||||
URL=$1
|
||||
@ -25,5 +25,5 @@ download_addon() {
|
||||
# download_addon <url to addon zip> <output name zip>
|
||||
|
||||
# Special download dir for monorepo with addons
|
||||
DOWNLOAD_DIR=../../shared/pets/artifacts/blender-studio-pipeline/
|
||||
DOWNLOAD_DIR=../../shared/artifacts/blender-studio-pipeline/
|
||||
download_addon https://projects.blender.org/studio/blender-studio-pipeline/archive/main.zip blender-studio-pipeline-main.zip
|
||||
|
@ -6,7 +6,7 @@ set -e
|
||||
HOMEPAGE="https://builder.blender.org/download/"
|
||||
|
||||
BLENDER_BRANCH=main
|
||||
DOWNLOAD_DIR=../../shared/pets/artifacts/blender
|
||||
DOWNLOAD_DIR=../../shared/artifacts/blender
|
||||
|
||||
# Ensure that the download directory exists
|
||||
mkdir -p $DOWNLOAD_DIR
|
||||
|
Loading…
Reference in New Issue
Block a user