Browse Source

Delphinus support

Unknown 7 years ago
parent
commit
9714a2490e
3 changed files with 43 additions and 0 deletions
  1. 17 0
      Delphinus.Info.json
  2. 26 0
      Delphinus.Install.json
  3. BIN
      QuickLib.png

+ 17 - 0
Delphinus.Info.json

@@ -0,0 +1,17 @@
+{
+    "id": "{039708CE-1DC1-4FC5-A58E-A77B3177A9C8}",
+    "name": "",
+    "picture": "QuickLib.png",
+    "license_type": "Apache-2.0",
+    "license_file": "LICENSE.txt",
+    "platforms": "Win32;Win64;Linux64",
+    "package_compiler_min": 22,
+    "package_compiler_max": 32,
+    "compiler_min": 22,
+    "compiler_max": 32,
+    "first_version": "1.0",
+    "report_url": "",
+    "dependencies":
+     [
+     ]
+}

+ 26 - 0
Delphinus.Install.json

@@ -0,0 +1,26 @@
+{
+        "search_pathes": 
+	[
+		{
+			"pathes": ".",
+			"platforms": "Win32;Win64;Linux64"
+		}
+	],
+	"browsing_pathes": 
+	[
+		{
+			"pathes": ".",
+			"platforms": "Win32;Win64;Linux64"
+		}
+	],
+	
+	"source_folders":
+	[
+		{
+			"folder": ".",
+			"recursive": true,
+			"filter": "*;*.*"
+		}
+	],
+
+}

BIN
QuickLib.png