Skip to content

Commit

Permalink
buildstatic.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
velzie committed Oct 12, 2024
1 parent 1e424e5 commit f4bbc4d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions buildstatic.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash
DST=staticbuild

rm -rf $DST
mkdir -p $DST

cp -r node_modules/@mercuryworkshop/bare-mux/dist/ $DST/baremux
cp -r node_modules/@mercuryworkshop/epoxy-transport/dist/ $DST/epoxy
cp -r node_modules/@mercuryworkshop/libcurl-transport/dist/ $DST/libcurl
cp -r assets/ $DST/assets
cp -r dist/ $DST/scram
cp -r static/* $DST

0 comments on commit f4bbc4d

Please sign in to comment.