Skip to content

Commit

Permalink
Update dist archive file location
Browse files Browse the repository at this point in the history
  • Loading branch information
Moustachauve committed Sep 21, 2023
1 parent 25d82eb commit 1cae0d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ module.exports = function (grunt) {
firefox: {
options: {
archive:
'dist/<%= pkg.name %>-<%= grunt.task.current.target %>-<%= pkg.version %>.zip',
'dist/<%= pkg.version %>/<%= pkg.name %>-<%= grunt.task.current.target %>-<%= pkg.version %>.zip',
},
files: [
{
Expand All @@ -243,7 +243,7 @@ module.exports = function (grunt) {
chrome: {
options: {
archive:
'dist/<%= pkg.name %>-<%= grunt.task.current.target %>-<%= pkg.version %>.zip',
'dist/<%= pkg.version %>/<%= pkg.name %>-<%= grunt.task.current.target %>-<%= pkg.version %>.zip',
},
files: [
{
Expand All @@ -257,7 +257,7 @@ module.exports = function (grunt) {
edge: {
options: {
archive:
'dist/<%= pkg.name %>-<%= grunt.task.current.target %>-<%= pkg.version %>.zip',
'dist/<%= pkg.version %>/<%= pkg.name %>-<%= grunt.task.current.target %>-<%= pkg.version %>.zip',
},
files: [
{
Expand All @@ -271,7 +271,7 @@ module.exports = function (grunt) {
opera: {
options: {
archive:
'dist/<%= pkg.name %>-<%= grunt.task.current.target %>-<%= pkg.version %>.zip',
'dist/<%= pkg.version %>/<%= pkg.name %>-<%= grunt.task.current.target %>-<%= pkg.version %>.zip',
},
files: [
{
Expand Down

0 comments on commit 1cae0d6

Please sign in to comment.