aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2020-04-15 22:54:49 +0200
committerLaria Carolin Chabowski <laria@laria.me>2020-04-15 22:54:49 +0200
commit8806c06d0752ec2b31a84abc8c3853b16ea8404c (patch)
treea2bd997373f260f790f806ea1e9f18d8017a4846 /build.sh
parentbf91658c43d6b3341c3d5a66dbbd1314325caded (diff)
downloadr7r-new-comment-notifier-8806c06d0752ec2b31a84abc8c3853b16ea8404c.tar.gz
r7r-new-comment-notifier-8806c06d0752ec2b31a84abc8c3853b16ea8404c.tar.bz2
r7r-new-comment-notifier-8806c06d0752ec2b31a84abc8c3853b16ea8404c.zip
Fix build script
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh22
1 files 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 <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
+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