From 8806c06d0752ec2b31a84abc8c3853b16ea8404c Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Wed, 15 Apr 2020 22:54:49 +0200 Subject: Fix build script --- build.sh | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/build.sh b/build.sh index 1c5ac1b..996e972 100755 --- a/build.sh +++ b/build.sh @@ -1,14 +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='Laria Carolin Chabowski ' - --versiontext="0.2.1" - --versioncount=4 - --api=5 - --shortdesc="new_comment_notifier sends you a mail, if someone has written a comment." - --licensefile=COPYING +r7r-plugin-packer \ + --output=new_comment_notifier.rpk \ + --codefile=plugin.php \ + --classname=new_comment_notifier \ + --pluginname=new_comment_notifier \ + --author='Laria Carolin Chabowski ' \ + --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 -- cgit v1.2.3-70-g09d2