Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed-screensharing-firefox-addon.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-03-07 13:11:01 +0300
committerJoas Schilling <coding@schilljs.com>2017-03-07 13:15:08 +0300
commit006b6d3a2489c6c5825b4271cf950c1fbf703abc (patch)
treeb8fcf4390a9022fcba6446d339578ff279b40034
parentf6aca585b45384a296f77b46c025b4211bb65309 (diff)
Update name and version
-rw-r--r--Makefile2
-rw-r--r--README.md2
-rw-r--r--extension/install.rdf6
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index d952198..5b5682b 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ SRC := ./extension
DIST := ./dist
ZIP := $(shell which zip)
-PACKAGE_NAME := nextcloud-spreed-screensharing
+PACKAGE_NAME := nextcloud-video-calls-screensharing
PACKAGE_VERSION := $(shell echo `sed -rn -e 's/<em:version>(.*)<\/em:version>/\1/p' $(SRC)/install.rdf` | sed -rn -e 's/^ *//p')
build:
diff --git a/README.md b/README.md
index a2fe739..d7cd55f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Firefox addon to support screensharing in the Nextcloud Spreed app
+# Firefox addon to support screensharing in the Nextcloud [Video calls](https://github.com/nextcloud/spreed) app
## Installation
diff --git a/extension/install.rdf b/extension/install.rdf
index e5d3bb2..c70fb5e 100644
--- a/extension/install.rdf
+++ b/extension/install.rdf
@@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest">
<!-- https://developer.mozilla.org/en-US/Add-ons/Install_Manifests -->
<em:id>spreed-screensharing@nextcloud.com</em:id>
- <em:version>0.0.1</em:version>
+ <em:version>1.0.0</em:version>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
@@ -17,8 +17,8 @@
</Description>
</em:targetApplication>
- <em:name>Nextcloud Screensharing</em:name>
- <em:description>Screensharing utility for the Nextcloud Spreed app.</em:description>
+ <em:name>Screensharing for Nextcloud Video calls app</em:name>
+ <em:description>Screensharing utility for the Nextcloud Video calls app.</em:description>
<em:creator>Nextcloud</em:creator>
<em:developer>Joachim Bauch</em:developer>
<em:homepageURL>https://nextcloud.com</em:homepageURL>