Remove empty strings in arrays
This commit is contained in:
@@ -22,22 +22,13 @@
|
||||
"installer": {
|
||||
"script": ""
|
||||
},
|
||||
"post_install": [
|
||||
"",
|
||||
""
|
||||
],
|
||||
"post_install": [],
|
||||
"uninstaller": {
|
||||
"script": ""
|
||||
},
|
||||
"bin": "fmoditer.exe",
|
||||
"env_add_path": [
|
||||
"",
|
||||
""
|
||||
],
|
||||
"persist": [
|
||||
"",
|
||||
""
|
||||
],
|
||||
"env_add_path": [],
|
||||
"persist": [],
|
||||
"checkver": {
|
||||
"url": "",
|
||||
"regex": ""
|
||||
@@ -59,4 +50,4 @@
|
||||
"regex": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user