summaryrefslogtreecommitdiffstats
path: root/install/macos_packages/build_and_notarize.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install/macos_packages/build_and_notarize.sh')
-rw-r--r--install/macos_packages/build_and_notarize.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/macos_packages/build_and_notarize.sh b/install/macos_packages/build_and_notarize.sh
index d3f12193e..768b09350 100644
--- a/install/macos_packages/build_and_notarize.sh
+++ b/install/macos_packages/build_and_notarize.sh
@@ -65,7 +65,7 @@ starship_docs_dir="$2"
arch="$3"
pkgname="${4:-}"
-if [[ ! -d "$starship_docs_dir/.vuepress/dist" ]]; then
+if [[ ! -d "$starship_docs_dir/.vitepress/dist" ]]; then
error "Documentation does not appear to have been built!"
fi
@@ -87,7 +87,7 @@ unzip starship.zip
# Create the component package
echo ">>>> Building Component Package"
-bash "$script_dir/build_component_package.sh" "starship" "$starship_docs_dir/.vuepress/dist"
+bash "$script_dir/build_component_package.sh" "starship" "$starship_docs_dir/.vitepress/dist"
# Create the distribution package
echo ">>>> Building Distribution Package"