Skip to content

Commit 9d78a68

Browse files
fix: Core Service install location on official build changed (#1876)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent e6d8210 commit 9d78a68

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

doc/changelog.d/1876.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Core Service install location on official build changed

doc/source/getting_started/local/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ in the ANSYS_GEOMETRY_SERVICE_ROOT environment variable. In that case, the launc
4646
4747
$env:ANSYS_GEOMETRY_SERVICE_ROOT="C:\Program Files\ANSYS Inc\v252\GeometryService"
4848
# or
49-
$env:ANSYS_GEOMETRY_SERVICE_ROOT="C:\myCustomPath\CoreGeometryService"
49+
$env:ANSYS_GEOMETRY_SERVICE_ROOT="C:\myCustomPath\GeometryService"
5050
5151
.. tab-item:: Windows CMD
5252

5353
.. code-block:: bash
5454
5555
SET ANSYS_GEOMETRY_SERVICE_ROOT="C:\Program Files\ANSYS Inc\v252\GeometryService"
5656
# or
57-
SET ANSYS_GEOMETRY_SERVICE_ROOT="C:\myCustomPath\CoreGeometryService"
57+
SET ANSYS_GEOMETRY_SERVICE_ROOT="C:\myCustomPath\GeometryService"
5858
5959
.. tab-item:: Linux
6060

src/ansys/geometry/core/connection/product_instance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
WINDOWS_GEOMETRY_SERVICE_FOLDER = "GeometryService"
4444
"""Default Geometry Service's folder name into the unified installer (DMS)."""
4545

46-
CORE_GEOMETRY_SERVICE_FOLDER = "CoreGeometryService"
46+
CORE_GEOMETRY_SERVICE_FOLDER = "GeometryService"
4747
"""Default Geometry Service's folder name into the unified installer (Core Service)."""
4848

4949
DISCOVERY_FOLDER = "Discovery"

0 commit comments

Comments
 (0)