diff --git a/packet_release.sh b/packet_release.sh new file mode 100755 index 0000000..0aa3aa1 --- /dev/null +++ b/packet_release.sh @@ -0,0 +1,8 @@ +./build.sh +mkdir -p /tmp/app/ +rm -rf /tmp/app/* +cp ./build/app/* /tmp/app/ +cp -rf html /tmp/app/ +tar -czvf /tmp/app.tar.gz -C /tmp app +rm -rf /tmp/app +echo "Release package is in /tmp/app.tar.gz" \ No newline at end of file diff --git a/release/app106.tar.gz b/release/app106.tar.gz new file mode 100644 index 0000000..9ea8058 Binary files /dev/null and b/release/app106.tar.gz differ