Skip to content

Commit 60f297a

Browse files
Merge pull request #3 from lazycatapps/feat/anki-upgrade-chinese-support
fix(config): update anki executable path
2 parents ae0a581 + 3b62314 commit 60f297a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/defaults/menu.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<menu id="root-menu" label="MENU">
44
<item label="Anki">
55
<action name="Execute">
6-
<command>/usr/bin/anki</command>
6+
<command>/usr/local/bin/anki</command>
77
</action>
88
</item>
99
<item label="xterm" icon="/usr/share/pixmaps/xterm-color_48x48.xpm">

0 commit comments

Comments
 (0)