Issue Checklist
Issue Description
I would like to be able to install the editors by naming the directories homogeneously in all the OSes.
Right now with the "--installation_path" parameter:
- Windows: the absolute path can be specified.
- macOS: only the path to the volume can be specified.
- Linux: I haven't used it so I don't know.
In macOS I would like to be able to indicate the path to the directory where it will be installed. Right now looking at the next line of code you can see how it is hardcoded with the prefix "Unity_":
|
destination_path = File.join(target_path, 'Applications', format(UNITY_DIR, version: version)) |
Can it be modified to allow the relative path to be indicated from the volume? Thank you.