diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 96ab9c5..d7eb3e3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,8 +7,8 @@ on: workflow_dispatch: ~ env: - PATH_CHROME_ZIP: the-content-farm-terminator-Chrome.zip - PATH_FIREFOX_XPI: the-content-farm-terminator-Firefox.zip + PATH_CHROME_ZIP: the-content-farm-terminator_chrome.zip + PATH_FIREFOX_XPI: the-content-farm-terminator_firefox.zip jobs: build-chrome: diff --git a/.gitignore b/.gitignore index c5346ff..c6ca3af 100644 --- a/.gitignore +++ b/.gitignore @@ -133,4 +133,4 @@ dist lib src/scripts/*.js src/css/*.css -the-content-farm-terminator-*.zip +the-content-farm-terminator_*.zip diff --git a/package.json b/package.json index 07c946f..04d744f 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "tsc": "rollup -c rollup.config.js && eslint --fix dist/scripts", "sass": "sass --no-source-map ./src/scss/popup.scss:./dist/css/popup.css ./src/scss/content-script.scss:./dist/css/content-script.css", "copy": "cp -r src/_locales src/images src/popup.html dist", - "zip:chrome": "cd dist && zip -FSr ../the-content-farm-terminator-Chrome.zip .", - "zip:firefox": "cd dist && zip -FSr ../the-content-farm-terminator-Firefox.zip .", - "clean": "rm -rf lib dist the-content-farm-terminator-*.zip" + "zip:chrome": "cd dist && zip -FSr ../the-content-farm-terminator_chrome.zip .", + "zip:firefox": "cd dist && zip -FSr ../the-content-farm-terminator_firefox.zip .", + "clean": "rm -rf lib dist the-content-farm-terminator_*.zip" }, "devDependencies": { "@rollup/plugin-typescript": "^8.3.3",