Updated to fix "Broken" librewolf
This commit is contained in:
8
Makefile
8
Makefile
@@ -1,4 +1,10 @@
|
||||
.PHONY: build
|
||||
.PHONY: build update lock
|
||||
|
||||
build:
|
||||
sudo darwin-rebuild switch --flake .#dart
|
||||
|
||||
update:
|
||||
nix flake update
|
||||
|
||||
lock:
|
||||
nix flake lock
|
||||
|
||||
@@ -106,6 +106,7 @@ in
|
||||
cp -f ${policiesFile} "$DIST_DIR/policies.json"
|
||||
chmod 644 "$DIST_DIR/policies.json"
|
||||
echo "Applied LibreWolf policies to $APP_DIR"
|
||||
xattr -dr com.apple.quarantine /Applications/LibreWolf.app
|
||||
fi
|
||||
done
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user