Skip to content

Commit 10719fb

Browse files
committed
Minor bug fix
1 parent b3c07a4 commit 10719fb

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,5 @@ open: bin/$(name).alfredworkflow
99
build:
1010
-rm bin/*.alfredworkflow
1111
-pushd src; v=$$(git describe --tags); $(PLB) -c "Set:version $${v#v}" info.plist; popd
12-
-pushd src; $(PLB) -c "Set:variables:keepassxc_db_path" info.plist; $(PLB) -c "Set:variables:keepassxc_master_password" info.plist;$(PLB) -c "Set:variables:keepassxc_keyfile_path" info.plist; popd
1312
-pushd src/alkeepass.d; GOOS=darwin GOARCH=amd64 go build -o ../ alkeepass.go; popd
14-
-pushd src; zip -r ../bin/$(name).alfredworkflow alkeepass icon.png info.plist; popd
15-
16-
13+
-pushd src; zip -r ../bin/$(name).alfredworkflow alkeepass icon*.png *.md info.plist; popd

src/alkeepass.d/cmd/search.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,9 @@ func scan(groups []gokeepasslib.Group, path []string, args []string, result *[]K
284284

285285
if len(dup1) >= 2 {
286286
switch dup1[1] {
287-
case "backup":
287+
case "Backup":
288288
fallthrough
289-
case "recycle bin":
289+
case "Recycle Bin":
290290
return
291291
}
292292
}

src/info.plist

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -311,16 +311,6 @@
311311
<key>vitoclose</key>
312312
<false/>
313313
</dict>
314-
<dict>
315-
<key>destinationuid</key>
316-
<string>070A7800-BC4D-4479-BC3F-6ACCCB30FAC7</string>
317-
<key>modifiers</key>
318-
<integer>0</integer>
319-
<key>modifiersubtext</key>
320-
<string></string>
321-
<key>vitoclose</key>
322-
<false/>
323-
</dict>
324314
</array>
325315
<key>F73B4172-5C12-4BAF-B7AD-B53D338E1893</key>
326316
<array>
@@ -750,7 +740,7 @@ echo "$keepassxc_master_password" | $keepassxc_cli_path clip -b -a $ATTR "$keepa
750740
<key>type</key>
751741
<integer>0</integer>
752742
<key>withspace</key>
753-
<false/>
743+
<true/>
754744
</dict>
755745
<key>type</key>
756746
<string>alfred.workflow.input.scriptfilter</string>

0 commit comments

Comments
 (0)