From 4209aabb96ad321d382b21d41e0af72f9c2aefb5 Mon Sep 17 00:00:00 2001 From: asuk Date: Thu, 4 May 2023 10:38:14 +0200 Subject: [PATCH] destination is local msdf-theatre --- buildAndCopy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildAndCopy.sh b/buildAndCopy.sh index 02e3568..a290967 100755 --- a/buildAndCopy.sh +++ b/buildAndCopy.sh @@ -3,8 +3,8 @@ PREVIOUS_DIR=$(pwd) DIR=${0:a:h} SOURCE="$DIR/packages/browser-bundles/dist" -DESTINATION="/Users/asuk/Documents/Variable Font Tool/image-type-theatre/node_modules/@theatre/browser-bundles/dist" -DESTINATION="jrkb@nature.fritz.box:/home/jrkb/openFrameworks/apps/celinesTypeGarden/msdf-theatre/bin/data/web/node_modules/@theatre/browser-bundles/dist" +DESTINATION="/Users/asuk/Documents/Variable Font Tool/msdf-theatre/bin/data/web/node_modules/@theatre/browser-bundles/dist" +# DESTINATION="jrkb@nature.fritz.box:/home/jrkb/openFrameworks/apps/celinesTypeGarden/msdf-theatre/bin/data/web/node_modules/@theatre/browser-bundles/dist" cd $DIR yarn build