File: keepass-path.patch

package info (click to toggle)
keepass2-plugin-keepasshttp 1.8.4.2%2Bdfsg1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,816 kB
  • sloc: cs: 2,273; makefile: 7
file content (22 lines) | stat: -rw-r--r-- 765 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Julian Taylor <jtaylor.debian@googlemail.com>
Date: Sun, 4 Mar 2018 17:05:26 +0100
Subject: keepass path

Set keepass binary search path to package path
---
 KeePassHttp/KeePassHttp.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KeePassHttp/KeePassHttp.csproj b/KeePassHttp/KeePassHttp.csproj
index a8ae19a..ab914af 100644
--- a/KeePassHttp/KeePassHttp.csproj
+++ b/KeePassHttp/KeePassHttp.csproj
@@ -33,7 +33,7 @@
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="KeePass">
-      <HintPath>C:\Program Files (x86)\KeePass Password Safe 2\KeePass.exe</HintPath>
+      <HintPath>/usr/lib/keepass2/KeePass.exe</HintPath>
       <Private>False</Private>
     </Reference>
     <Reference Include="Newtonsoft.Json">