browserpass: update app id
This commit is contained in:
parent
a6f0fa90f7
commit
cb93316fed
|
@ -31,11 +31,11 @@ in {
|
||||||
else ".config/google-chrome/NativeMessagingHosts";
|
else ".config/google-chrome/NativeMessagingHosts";
|
||||||
in [
|
in [
|
||||||
{
|
{
|
||||||
target = "${dir}/com.dannyvankooten.browserpass.json";
|
target = "${dir}/com.github.browserpass.native.json";
|
||||||
source = "${pkgs.browserpass}/etc/chrome-host.json";
|
source = "${pkgs.browserpass}/etc/chrome-host.json";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
target = "${dir}/../policies/managed/com.dannyvankooten.browserpass.json";
|
target = "${dir}/../policies/managed/com.github.browserpass.native.json";
|
||||||
source = "${pkgs.browserpass}/etc/chrome-policy.json";
|
source = "${pkgs.browserpass}/etc/chrome-policy.json";
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -45,11 +45,11 @@ in {
|
||||||
else ".config/chromium/NativeMessagingHosts";
|
else ".config/chromium/NativeMessagingHosts";
|
||||||
in [
|
in [
|
||||||
{
|
{
|
||||||
target = "${dir}/com.dannyvankooten.browserpass.json";
|
target = "${dir}/com.github.browserpass.native.json";
|
||||||
source = "${pkgs.browserpass}/etc/chrome-host.json";
|
source = "${pkgs.browserpass}/etc/chrome-host.json";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
target = "${dir}/../policies/managed/com.dannyvankooten.browserpass.json";
|
target = "${dir}/../policies/managed/com.github.browserpass.native.json";
|
||||||
source = "${pkgs.browserpass}/etc/chrome-policy.json";
|
source = "${pkgs.browserpass}/etc/chrome-policy.json";
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -58,8 +58,8 @@ in {
|
||||||
target = (if isDarwin
|
target = (if isDarwin
|
||||||
then "Library/Application Support/Mozilla/NativeMessagingHosts"
|
then "Library/Application Support/Mozilla/NativeMessagingHosts"
|
||||||
else ".mozilla/native-messaging-hosts")
|
else ".mozilla/native-messaging-hosts")
|
||||||
+ "/com.dannyvankooten.browserpass.json";
|
+ "/com.github.browserpass.native.json";
|
||||||
source = "${pkgs.browserpass}/lib/mozilla/native-messaging-hosts/com.dannyvankooten.browserpass.json";
|
source = "${pkgs.browserpass}/lib/mozilla/native-messaging-hosts/com.github.browserpass.native.json";
|
||||||
} ]
|
} ]
|
||||||
else if x == "vivaldi" then
|
else if x == "vivaldi" then
|
||||||
let dir = if isDarwin
|
let dir = if isDarwin
|
||||||
|
@ -67,11 +67,11 @@ in {
|
||||||
else ".config/vivaldi/NativeMessagingHosts";
|
else ".config/vivaldi/NativeMessagingHosts";
|
||||||
in [
|
in [
|
||||||
{
|
{
|
||||||
target = "${dir}/com.dannyvankooten.browserpass.json";
|
target = "${dir}/com.github.browserpass.native.json";
|
||||||
source = "${pkgs.browserpass}/etc/chrome-host.json";
|
source = "${pkgs.browserpass}/etc/chrome-host.json";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
target = "${dir}/../policies/managed/com.dannyvankooten.browserpass.json";
|
target = "${dir}/../policies/managed/com.github.browserpass.native.json";
|
||||||
source = "${pkgs.browserpass}/etc/chrome-policy.json";
|
source = "${pkgs.browserpass}/etc/chrome-policy.json";
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue