Update Moose_Create.lua

This commit is contained in:
Applevangelist 2021-10-28 15:39:57 +02:00 committed by GitHub
parent c3f7deb602
commit 801069f5ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ print( "Commit Hash ID : " .. MooseCommitHash )
print( "Moose development path : " .. MooseDevelopmentPath ) print( "Moose development path : " .. MooseDevelopmentPath )
print( "Moose setup path : " .. MooseSetupPath ) print( "Moose setup path : " .. MooseSetupPath )
print( "Moose target path : " .. MooseTargetPath ) print( "Moose target path : " .. MooseTargetPath )
print( "isWidows : " .. isWindows) print( "isWindows : " .. isWindows)
function PathConvert(splatnixPath) function PathConvert(splatnixPath)