From 83fb771991d8f925d8228583a7382f43842683a8 Mon Sep 17 00:00:00 2001 From: plata Date: Sat, 5 May 2018 13:50:39 +0200 Subject: [PATCH] Add application.json for Wine plugins (#610) --- Engines/Wine/Plugins/application.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Engines/Wine/Plugins/application.json diff --git a/Engines/Wine/Plugins/application.json b/Engines/Wine/Plugins/application.json new file mode 100644 index 0000000000..3865ce1292 --- /dev/null +++ b/Engines/Wine/Plugins/application.json @@ -0,0 +1,5 @@ +{ + "name" : "Wine Plugins", + "id" : "plugins", + "description" : "Plugins for Wine." +}