install: fix firefox/zen native messaging path (#11)

The `native-messaging-hosts` directory was previously placed under `.zen`, which prevents the native messaging from working properly.

This fix moves it to the correct location: `.mozilla/native-messaging-hosts`, allowing the extension to sync system theme settings as expected.
This commit is contained in:
xYc4t 2025-06-25 19:13:55 +07:00 committed by GitHub
parent affc961ce7
commit 0f73fe1e38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -257,7 +257,7 @@ if set -q _flag_zen
end
# Install native app
set -l hosts $HOME/.zen/native-messaging-hosts
set -l hosts $HOME/.mozilla/native-messaging-hosts
set -l lib $HOME/.local/lib/caelestia
if confirm-overwrite $hosts/caelestiafox.json