add lang and type metadata

This commit is contained in:
Evgeny
2021-08-13 12:11:16 +03:00
parent 78afb6e1b0
commit 5b52c518c1
6 changed files with 11 additions and 0 deletions

5
gen_zip.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
rm -rf scripts.zip
zip -r scripts.zip -j main/*.lua community/*.lua ru/*.lua
md5sum scripts.zip | cut -d " " -f 1 > scripts.md5