mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-12-21 23:48:08 +00:00
info.json fix
This commit is contained in:
parent
4c786fbd8d
commit
e3e1b15881
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "Sort lines",
|
"name": "Sort lines",
|
||||||
"identifier": "sort-lines-script",
|
"identifier": "sort-lines",
|
||||||
"script": "sort-lines.qml",
|
"script": "sort-lines.qml",
|
||||||
"authors": ["@wiktor2200"],
|
"authors": ["@wiktor2200"],
|
||||||
"platforms": ["linux", "macos", "windows"],
|
"platforms": ["linux", "macos", "windows"],
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"minAppVersion": "17.06.2",
|
"minAppVersion": "18.04.3",
|
||||||
"description" : "This script sort selected lines in note text edit. \n\nIt creates an array from selected lines, sorts array and joins it again to output string."
|
"description" : "This script sort selected lines in note text edit. \n\nIt creates an array from selected lines, sorts array and joins it again to output string."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue