Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
permit install into windows program files
when installing terasology into program files, that dir is not writeable. starting up, terasology tries to create a folder in .local, which then fails. therefor, permit two things with this change. first, permit calling the windows bat script from a different directory. it then needs to find the library relative to the start script location, not to the location where the script is called from. second, before starting java, change to home directory. ideally, terasology itself should find a proper path by default. but program files as run directory is in any case wrong, so change.
- Loading branch information