diff options
Diffstat (limited to 'desktop/SysTray-X/binary_path.patch')
| -rw-r--r-- | desktop/SysTray-X/binary_path.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/desktop/SysTray-X/binary_path.patch b/desktop/SysTray-X/binary_path.patch new file mode 100644 index 0000000000..d662e08684 --- /dev/null +++ b/desktop/SysTray-X/binary_path.patch @@ -0,0 +1,14 @@ +diff --git a/app/SysTray_X.json b/app/SysTray_X.json +index 52fe8d3..fa2c1e5 100644 +--- a/app/SysTray_X.json ++++ b/app/SysTray_X.json +@@ -1,7 +1,7 @@ + { + "name": "SysTray_X", + "description": "SysTray-X System Tray App", +- "path": "/path/to/native-messaging/app/SysTray-X", ++ "path": "/usr/bin/SysTray-X", + "type": "stdio", + "allowed_extensions": [ "systray-x@Ximi1970" ] + } + |
