From d8dea9c47ac9650c33b97d268c27ec348190da83 Mon Sep 17 00:00:00 2001 From: dimden <26517362+dimdenGD@users.noreply.github.com> Date: Wed, 20 Nov 2024 13:39:17 +0200 Subject: [PATCH] remove unneeded file in pack --- manifest.json | 2 +- pack.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c1d23d36..9a7908f5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Old Twitter Layout (2024)", "description": "__MSG_ext_description__", - "version": "1.8.9.3", + "version": "1.8.9.4", "manifest_version": 3, "homepage_url": "https://github.com/dimdenGD/OldTwitter", "background": { diff --git a/pack.js b/pack.js index 2b9266ea..7986cbdf 100644 --- a/pack.js +++ b/pack.js @@ -117,6 +117,8 @@ copyDir('./', '../OldTwitterFirefox').then(async () => { fs.unlinkSync('../OldTwitterTempChrome/test.js'); fs.unlinkSync('../OldTwitterFirefox/package.json'); fs.unlinkSync('../OldTwitterTempChrome/package.json'); + fs.unlinkSync('../OldTwitterFirefox/_locales/locales-support.html'); + fs.unlinkSync('../OldTwitterTempChrome/_locales/locales-support.html'); if (fs.existsSync('../OldTwitterFirefox/package-lock.json')) // Delete NPM package-lock (if exists) fs.unlinkSync('../OldTwitterFirefox/package-lock.json');