Released zip file do not contain parent directory, forcing user to create one manually. Ideally, the zip file should be built with a parent directory (such as 'reCsvEditor-0.98.5' for example) included. This would make it faster and easier to deploy.
Following the content of an actual zip file:
$ unzip -l reCsvEditor_Installer_0.98.5.jar.zip
Archive: reCsvEditor_Installer_0.98.5.jar.zip
Length Date Time Name
--------- ---------- ----- ----
0 11-11-2017 13:22 Diagram/
17466 02-21-2017 11:30 Diagram/BypassReCsvEditorPreview.png
11534 01-29-2017 09:09 Diagram/DelimEdit.png
16311 01-23-2017 15:17 Diagram/reCsvOpenPyGen.png
9651 11-25-2017 11:18 ReadMe_0.98.5.Html
4102912 11-25-2017 11:31 reCsvEditor_Installer_0.98.5.jar
--------- -------
4157874 6 files
Following, what would be preferred:
$ unzip -l reCsvEditor_Installer_0.98.5.jar.zip
Archive: reCsvEditor_Installer_0.98.5.jar.zip
Length Date Time Name
--------- ---------- ----- ----
0 11-11-2017 13:22 reCsvEditor-0.98.5/Diagram/
17466 02-21-2017 11:30 reCsvEditor-0.98.5/Diagram/BypassReCsvEditorPreview.png
11534 01-29-2017 09:09 reCsvEditor-0.98.5/Diagram/DelimEdit.png
16311 01-23-2017 15:17 reCsvEditor-0.98.5/Diagram/reCsvOpenPyGen.png
9651 11-25-2017 11:18 reCsvEditor-0.98.5/ReadMe_0.98.5.Html
4102912 11-25-2017 11:31 reCsvEditor-0.98.5/reCsvEditor_Installer_0.98.5.jar
--------- -------
4157874 6 files
Anonymous
Ah darn, I just realized that I submitted this ticket to the wrong project. Can it be transfered or should it be closed and then reopened against reCvsEditor?
leave it hereI will lok at itfor both