-
-
Notifications
You must be signed in to change notification settings - Fork 363
Description
Suggestion
Remove version numbers from the bat file which starts GRASS GIS on Winodws.
Background
In PR #1597 for 8.0 we removed version from the executable. While this was smooth for Linux (and others?), it didn't work on Windows due to issues with Python imports. While this still waits on being resolved, I think we may have went too far in keeping the version even for the bat script, while keeping it for Python script is likely enough to work around the import issue.
Compatibility
While this may break a system which automatically adds the version numbers. However, any code needs an update when the version is there explicitly, so this time the update will be not (just) the numbers, but changing the executable name.
Possible backwards compatible solution would be to add a version-less bat script which calls the versioned one (or vice versa). Alternatively, a copy of the bat file can be created.