aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh14
1 files changed, 13 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index b15ca53..0afae4d 100755
--- a/build.sh
+++ b/build.sh
@@ -2,4 +2,16 @@
rm -f tpls/*~
-r7r-plugin-packer --output=custom_translation.rpk --codefile=plugin.php --classname=custom_translation --pluginname=custom_translation --author='The Ratatöskr Team' --versiontext="0.5" --versioncount=3 --api=5 --shortdesc="Your own translations, so you can easilly internationalize your templates!" --helpfile=help.html --licensefile=COPYING --tpldir=tpls
+r7r-plugin-packer \
+ --output=custom_translation.rpk \
+ --codefile=plugin.php \
+ --classname=custom_translation \
+ --pluginname=custom_translation \
+ --author='Laria Carolin Chabowski <laria@laria.me>' \
+ --versiontext="0.5.1" \
+ --versioncount=4 \
+ --api=5 \
+ --shortdesc="Your own translations, so you can easilly internationalize your templates!" \
+ --helpfile=help.html \
+ --licensefile=COPYING \
+ --tpldir=tpls