Fix incorrect command
This commit is contained in:
parent
51bf80b10a
commit
b41f39a733
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ else
|
|||
|
||||
destination="$EXTENSION_DIR/$EXTENSION_NAME.crx";
|
||||
|
||||
sudo -u "$1" brave-browser --pack-extension="$extensionDir" --pack-extension-key="$keyFile";
|
||||
sudo -u "$1" brave-browser --pack-extension="$extensionDir";
|
||||
|
||||
# Tamper manifest file
|
||||
manifest="$(cat "$manifestFile" | jq ". + {key: "'"'"$(openssl rsa -in "$keyFile" -pubout -outform DER | openssl base64 -A)"'"'"}")";
|
||||
|
|
Loading…
Reference in a new issue