From 8e4aeb58d167521bfa1032ab659bf867f332ee35 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Mon, 10 Feb 2020 21:30:37 +0100 Subject: [PATCH] Add Linux example config --- app/config/linux/SysTray_X.json.example | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app/config/linux/SysTray_X.json.example diff --git a/app/config/linux/SysTray_X.json.example b/app/config/linux/SysTray_X.json.example new file mode 100644 index 0000000..356877f --- /dev/null +++ b/app/config/linux/SysTray_X.json.example @@ -0,0 +1,7 @@ +{ + "name": "SysTray_X", + "description": "SysTray-X System Tray App", + "path": "/home/Ximi1970/Projects/Github/Ximi1970/systray-x/app/build-SysTray-X-Desktop-Debug/SysTray-X", + "type": "stdio", + "allowed_extensions": [ "systray-x@Ximi1970" ] +}