Place built extension properly
This commit is contained in:
parent
5a531643ab
commit
8d0d6c67a0
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ else
|
|||
sudo -u "$1" brave-browser --pack-extension="$UNPACKED_EXTENSION" --pack-extension-key="$keyFile";
|
||||
|
||||
# Install extension and preinstall it
|
||||
cp "$extensionFile" "$EXTENSION_DIR";
|
||||
cp "$extensionFile" "$destination";
|
||||
chmod -R a+rx "$EXTENSION_DIR";
|
||||
chmod -R u+w "$EXTENSION_DIR";
|
||||
mkdir -p "$EXTENSION_POLICY_DIR";
|
||||
|
|
Loading…
Reference in a new issue