Heavy improvements. Version 1.2
This commit is contained in:
parent
24f6f25506
commit
2193a9ce62
5 changed files with 67 additions and 39 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