blob: d1cb28c9ef2218df9acb418db1dbe1b0e8750842 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- vars.sh.orig 2025-05-06 17:29:25 UTC
+++ vars.sh
@@ -47,9 +47,9 @@ case "$kernel" in
*)
if [ $EUID == 0 ]; then
# If superuser
- chrome_target_manifest_dir='/etc/opt/chrome/native-messaging-hosts'
- chromium_target_manifest_dir='/etc/chromium/native-messaging-hosts'
- firefox_target_manifest_dir='/usr/lib/mozilla/native-messaging-hosts'
+ chrome_target_manifest_dir='%%LOCALBASE%%/chrome/native-messaging-hosts'
+ chromium_target_manifest_dir='%%LOCALBASE%%/chromium/native-messaging-hosts'
+ firefox_target_manifest_dir='%%LOCALBASE%%/lib/mozilla/native-messaging-hosts'
else
# If normal user
chrome_target_manifest_dir="$HOME/.config/google-chrome/NativeMessagingHosts"
|