summaryrefslogtreecommitdiff
path: root/html/build.sh
diff options
context:
space:
mode:
authorLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-09 21:53:37 -0700
committerLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-09 21:53:37 -0700
commit2cc4bd0663060328e1d9f388bc8b339895219fbe (patch)
tree59eb87b1bffde0373e2b57b2ddc507b086c855eb /html/build.sh
parentb30d8da939eb3310bdbe19b685fba867e62f7610 (diff)
downloadtilde.club-2cc4bd0663060328e1d9f388bc8b339895219fbe.tar.gz
tilde.club-2cc4bd0663060328e1d9f388bc8b339895219fbe.zip
fix dist path for fruitvote
Diffstat (limited to 'html/build.sh')
-rwxr-xr-xhtml/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/build.sh b/html/build.sh
index 85030dd..425a5d2 100755
--- a/html/build.sh
+++ b/html/build.sh
@@ -14,7 +14,7 @@ cp -r the-abstraction-engine/dist ../dist/public_html/the-abstraction-engine
mkdir -p ../dist/fruitvote
cd fruitvote
go build -o ../../dist/fruitvote/fruitvote
-cp start.sh ../dist/fruitvote/start.sh
+cp start.sh ../../dist/fruitvote/start.sh
cd ..
echo "finished building HTML"