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:
parent
affc961ce7
commit
0f73fe1e38
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue