aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh13
1 files changed, 12 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index cb41842..1c5ac1b 100755
--- a/build.sh
+++ b/build.sh
@@ -1,3 +1,14 @@
#!/usr/bin/env bash
-r7r-plugin-packer --output=new_comment_notifier.rpk --codefile=plugin.php --classname=new_comment_notifier --pluginname=new_comment_notifier --author='The Ratatöskr Team' --versiontext="0.2" --versioncount=3 --api=5 --shortdesc="new_comment_notifier sends you a mail, if someone has written a comment." --licensefile=COPYING --tpldir=tpls
+r7r-plugin-packer
+ --output=new_comment_notifier.rpk
+ --codefile=plugin.php
+ --classname=new_comment_notifier
+ --pluginname=new_comment_notifier
+ --author='Laria Carolin Chabowski <laria@laria.me>'
+ --versiontext="0.2.1"
+ --versioncount=4
+ --api=5
+ --shortdesc="new_comment_notifier sends you a mail, if someone has written a comment."
+ --licensefile=COPYING
+ --tpldir=tpls