Upgrade to version 1.2
This commit is contained in:
parent
2b6dafbd37
commit
574eab2b06
5 changed files with 94 additions and 50 deletions
9
compile.bash
Normal file
9
compile.bash
Normal 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 *
|
Loading…
Add table
Add a link
Reference in a new issue