Skip to content

Commit

Permalink
Delphinus support
Browse files Browse the repository at this point in the history
  • Loading branch information
exilon committed May 20, 2018
1 parent bee2921 commit 4685acd
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Delphinus.Info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"id": "{34D9FFD3-1095-4DBD-86E3-E168CA223871}",
"name": "",
"picture": "QuickImageFX.png",
"license_type": "Apache-2.0",
"license_file": "LICENSE.txt",
"platforms": "Win32;Win64",
"package_compiler_min": 22,
"package_compiler_max": 32,
"compiler_min": 22,
"compiler_max": 32,
"first_version": "",
"report_url": "",
"dependencies":
[
{
"id": "{039708CE-1DC1-4FC5-A58E-A77B3177A9C8}",
"version_min": "1.0"
}
]
}
26 changes: 26 additions & 0 deletions Delphinus.Install.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"search_pathes":
[
{
"pathes": ".",
"platforms": "Win32;Win64;Linux64"
}
],
"browsing_pathes":
[
{
"pathes": ".",
"platforms": "Win32;Win64;Linux64"
}
],

"source_folders":
[
{
"folder": ".",
"recursive": true,
"filter": "*;*.*"
}
],

}
Binary file added QuickImageFX.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4685acd

Please sign in to comment.