Load manifest file properly
This commit is contained in:
parent
cdc2fe649d
commit
be07c2f4a4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ unzip "$archiveName" -d "$extensionDir";
|
||||||
rm "$archiveName";
|
rm "$archiveName";
|
||||||
|
|
||||||
# Tamper manifest file
|
# Tamper manifest file
|
||||||
manifest="$(echo "$manifest" | jq ".background.persistent = false")";
|
manifest="$(cat "$manifestFile" | jq ".background.persistent = false")";
|
||||||
echo "$manifest" > "$manifestFile";
|
echo "$manifest" > "$manifestFile";
|
||||||
|
|
||||||
EXTENSION_NAME="youtube-music-dl" \
|
EXTENSION_NAME="youtube-music-dl" \
|
||||||
|
|
Loading…
Reference in a new issue