summary refs log tree commit diff
path: root/appbuild.sh
diff options
context:
space:
mode:
authorMatt Arnold <matt@thegnuguru.org>2023-01-14 00:26:57 -0500
committerMatt Arnold <matt@thegnuguru.org>2023-01-14 00:26:57 -0500
commitb5d9a4a473a8e40a724b98f5033f33400e15be78 (patch)
tree6f681021485981310dc90f26f38e31ba7318cfee /appbuild.sh
parent40fdfd29b720f73330df039579ccdef5fb6b6d27 (diff)
add flyio stuff and suppport code for the new engine flyio
Diffstat (limited to 'appbuild.sh')
-rwxr-xr-xappbuild.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/appbuild.sh b/appbuild.sh
index f5d1702..2ebd932 100755
--- a/appbuild.sh
+++ b/appbuild.sh
@@ -12,10 +12,13 @@ make
 cp miniwebproxy $appRoot
 cp -r scripts/ $appRoot
 chmod +x sign.sh
+./sign.sh
+cp intercept* $appRoot
 cd ..
 sh -c miniweb/sign.sh
 git clone https://git.piusbird.space/poseidon.git/
 cd poseidon 
 go build
 cp *.html $appRoot
+cp -r assets $appRoot
 cp poseidon $appRoot