Upgrade to version 1.2

This commit is contained in:
Ben 2025-06-30 11:21:52 -07:00
parent 2b6dafbd37
commit 574eab2b06
Signed by: webmaster
GPG key ID: A5FCBAF34E6E8B50
5 changed files with 94 additions and 50 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 *