From 8ef5bef4b71b16ac9b088ef58ba9b3b6e249c115 Mon Sep 17 00:00:00 2001 From: peri4 Date: Thu, 9 Jan 2025 13:12:41 +0300 Subject: [PATCH] json --- project_fs/ProjectFilesystemPlugin.json.in | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/project_fs/ProjectFilesystemPlugin.json.in b/project_fs/ProjectFilesystemPlugin.json.in index 7267d97..1974522 100644 --- a/project_fs/ProjectFilesystemPlugin.json.in +++ b/project_fs/ProjectFilesystemPlugin.json.in @@ -1,11 +1,13 @@ { - \"Name\" : \"ProjectFilesystemPlugin\", - \"Version\" : \"2.0.0\", - \"CompatVersion\" : \"1.1.0\", - \"Vendor\" : \"Peri4\", - \"Copyright\" : \"(C) Peri4\", - \"License\" : \"LGPLv3\", - \"Description\" : \"LGPLv3\", - \"Url\" : \"\", - $$dependencyList + "Id": "projectfilesystemplugin", + "Name" : "ProjectFilesystemPlugin", + "Version" : "2.0.0", + "CompatVersion" : "${IDE_VERSION_COMPAT}", + "Vendor" : "Peri4", + "Copyright" : "(C) Peri4", + "License" : "LGPLv3", + "Description" : "LGPLv3", + "Url" : "", + ${DESIGNER_PLUGIN_ARGUMENTS} + ${IDE_PLUGIN_DEPENDENCIES} }