aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2020-04-15 22:48:40 +0200
committerLaria Carolin Chabowski <laria@laria.me>2020-04-15 22:48:40 +0200
commitd6f6c1b67e9073b98e73f7f313bade69c3d22758 (patch)
tree303c9e272835e7ff4c1cd48bd7e74363916faa68 /build.sh
parent93ac2f9928cb316a8d18e68a433e87fec3063641 (diff)
downloadr7r-custom-translation-d6f6c1b67e9073b98e73f7f313bade69c3d22758.tar.gz
r7r-custom-translation-d6f6c1b67e9073b98e73f7f313bade69c3d22758.tar.bz2
r7r-custom-translation-d6f6c1b67e9073b98e73f7f313bade69c3d22758.zip
Rename repository
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