mirror of
https://github.com/andrei0x309/Brave-Detection-Blocker-Chrome-Extension.git
synced 2024-11-22 08:03:49 +00:00
fix: create dir path
This commit is contained in:
parent
967a0d882d
commit
5b0fe40269
@ -3,8 +3,8 @@
|
||||
"name": "__MSG_appName__",
|
||||
"description": "__MSG_appDesc__",
|
||||
"default_locale": "en",
|
||||
"version": "1.1.2",
|
||||
"version_name": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"version_name": "1.1.3",
|
||||
"permissions": [],
|
||||
"content_scripts": [
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ async function ghRelease(changes) {
|
||||
await new Promise((resolve, reject) => {
|
||||
let arch = archive;
|
||||
dirPipes.forEach((dir) => {
|
||||
arch = arch.directory(dir, false);
|
||||
arch = arch.directory(dir);
|
||||
});
|
||||
filePipes.forEach((file) => {
|
||||
arch = arch.file(file, { name: file });
|
||||
|
Loading…
Reference in New Issue
Block a user