File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ add_custom_target(
104
104
"VERSION: ${PACKAGE_VERSION} "
105
105
COMMAND ${PYTHON_EXECUTABLE}
106
106
"${CMAKE_SOURCE_DIR} /scripts/file-search-replace.py"
107
- "${CMAKE_SOURCE_DIR} /Assets/FbxExporters/Integrations/Autodesk/maya/scripts/unityOneClick /version.py"
107
+ "${CMAKE_SOURCE_DIR} /Assets/FbxExporters/Integrations/Autodesk/maya/scripts/UnityFbxForMaya /version.py"
108
108
".*VERSION.*=.*"
109
109
"VERSION = '${PACKAGE_VERSION} '"
110
110
DEPENDS "${CMAKE_SOURCE_DIR} /scripts/file-search-replace.py"
@@ -169,7 +169,7 @@ endif()
169
169
# Add target for creating a package
170
170
171
171
# remove .pyc files that we don't want to ship
172
- file (GLOB PYC_FILES "${CMAKE_SOURCE_DIR} /Assets/FbxExporters/Integrations/Autodesk/maya/scripts/unityOneClick /*.pyc" )
172
+ file (GLOB PYC_FILES "${CMAKE_SOURCE_DIR} /Assets/FbxExporters/Integrations/Autodesk/maya/scripts/UnityFbxForMaya /*.pyc" )
173
173
IF ( PYC_FILES )
174
174
file (REMOVE ${PYC_FILES} )
175
175
ENDIF ()
You can’t perform that action at this time.
0 commit comments