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

github.com/sualko/cloud_piwik.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2018-04-16 16:45:14 +0300
committersualko <klaus@jsxc.org>2018-04-16 16:45:14 +0300
commit9bcfe9c683987011d2d2fd29b414dcaf8c7c8263 (patch)
treec8d1f1221eb7bb6c8995c87931f92c7b8bbaf90a
parenta02f5d22888c81b46905b183be64e47f62c5a254 (diff)
rename build archive
-rw-r--r--Gruntfile.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 4688c06..f761e52 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -76,7 +76,7 @@ module.exports = function(grunt) {
compress: {
main: {
options: {
- archive: "archives/owncloud_piwik-<%= meta.app.version %>.tar.gz",
+ archive: "archives/cloud_piwik-<%= meta.app.version %>.tar.gz",
mode: 'tgz'
},
files: [{
@@ -91,8 +91,8 @@ module.exports = function(grunt) {
signRelease: {
command: 'openssl dgst -sha512 -sign ' +
'~/.nextcloud/certificates/piwik.key ' +
- 'archives/owncloud_piwik-<%= meta.app.version %>.tar.gz | openssl base64 > ' +
- 'archives/owncloud_piwik-<%= meta.app.version %>.tar.gz.ncsig'
+ 'archives/cloud_piwik-<%= meta.app.version %>.tar.gz | openssl base64 > ' +
+ 'archives/cloud_piwik-<%= meta.app.version %>.tar.gz.ncsig'
}
}
});