Heavy improvements. Version 1.2

This commit is contained in:
Ben 2025-06-30 09:38:59 -07:00
parent 24f6f25506
commit 2193a9ce62
Signed by: webmaster
GPG key ID: A5FCBAF34E6E8B50
5 changed files with 67 additions and 39 deletions

9
compile.bash Normal file
View file

@ -0,0 +1,9 @@
#!/bin/bash
# Get filename
id=$(cat maubot.yaml | grep "id:" | tr ' ' '\n' | tail -n1)
version=$(cat maubot.yaml | grep "version:" | tr ' ' '\n' | tail -n1)
filename="$id-$version.mbp"
# Compress to zip
zip $filename *