From 9bcfe9c683987011d2d2fd29b414dcaf8c7c8263 Mon Sep 17 00:00:00 2001 From: sualko Date: Mon, 16 Apr 2018 15:45:14 +0200 Subject: [PATCH] rename build archive --- Gruntfile.js | 6 +++--- 1 file 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' } } });