From 4427fc71780bd3ba67e353c379964cc5416c4b36 Mon Sep 17 00:00:00 2001 From: Error Date: Thu, 15 Dec 2016 22:08:48 +0300 Subject: [PATCH] try Delphinus --- Delphinus.Info.json | 9 +++++++++ Delphinus.Install.json | 26 ++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 Delphinus.Info.json create mode 100644 Delphinus.Install.json diff --git a/Delphinus.Info.json b/Delphinus.Info.json new file mode 100644 index 0000000..1ef1653 --- /dev/null +++ b/Delphinus.Info.json @@ -0,0 +1,9 @@ +{ + "id": "{426A8E36-0A51-47F5-8099-2727517BAC77}", + "name": "ErrorSoftVclComponents and EsCoreLib", + "picture": "Logos\\Logo154.png", + "license_type": "Modified MIT License (MIT), GNU GPL v2", + "license_file": "LICENSE.txt", + "platforms": "Win32;Win64", + "compiler_min": 23 +} \ No newline at end of file diff --git a/Delphinus.Install.json b/Delphinus.Install.json new file mode 100644 index 0000000..11ebf5e --- /dev/null +++ b/Delphinus.Install.json @@ -0,0 +1,26 @@ +{ + "search_pathes": + [ + { + "pathes": "Source", + "platforms": "Win32;Win64" + } + ], + + "source_folders": + [ + { + "folder": "", + "base": "", + "recursive": true, + "filter": "*.exe" + } + ], + + "projects": + [ + { + "project": "ErrorSoftGroup.groupproj" + } + ] +} \ No newline at end of file