9
0
mirror of https://gitee.com/shuto/customCamera.git synced 2026-05-02 00:07:24 +08:00

Changement du nom du plugin customCamera en GeneanetCustomCamera.

This commit is contained in:
Thomas BOY
2015-01-14 12:29:08 +01:00
parent d0ea0d5950
commit 716e9d0ef9
2 changed files with 49 additions and 48 deletions
+3 -3
View File
@@ -5,12 +5,12 @@
id="org.geneanet.customCamera"
version="0.0.1"
>
<name>customCamera</name>
<name>GeneanetCustomCamera</name>
<description>customCamera by Geneanet</description>
<license>undefined</license>
<keywords>custom,camera,geneanet</keywords>
<js-module src="www/customCamera.js" name="customCamera">
<clobbers target="customCamera" />
<js-module src="www/customCamera.js" name="GeneanetCustomCamera">
<clobbers target="GeneanetCustomCamera" />
</js-module>
<hook type="after_plugin_install" src="hooks/after_plugin_install/npminstall.js" />