Skip to content

Commit

Permalink
fix: Archvie Creation Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
just-ak committed Nov 30, 2024
1 parent f930af0 commit e2842c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ module.exports = {
{
assets: [
{
path: 'archive/firefoxPlugin.${nextRelease.version}.zip',
path: 'archive/firefoxPlugin.zip',
name: 'firefoxPlugin.${nextRelease.version}.zip',
label: 'FireFox Plugin (${nextRelease.version})'
},
{
path: 'archive/chromePlugin.${nextRelease.version}.zip',
path: 'archive/chromePlugin.zip',
name: 'chromePlugin.${nextRelease.version}.zip',
label: 'Chrome Plugin (${nextRelease.version})'
}
Expand Down
4 changes: 2 additions & 2 deletions scripts/archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ cd dist
zip -r ../archive/archive.zip .
cd ..
npx addons-linter archive/archive.zip
cp archive/archive.zip archive/firefoxPlugin.${1}.zip
cp archive/archive.zip archive/chromePlugin.${1}.zip
cp archive/archive.zip archive/firefoxPlugin.zip
cp archive/archive.zip archive/chromePlugin.zip

0 comments on commit e2842c3

Please sign in to comment.