axmolengine / axmol

Axmol Engine – A Multi-platform Engine for Desktop, XBOX (UWP) and Mobile games. (A fork of Cocos2d-x-4.0)
https://axmol.dev
MIT License
868 stars 195 forks source link

Incorrect paths used in project creation with Axmol 1.0 #1335

Closed rh101 closed 1 year ago

rh101 commented 1 year ago

Run this command: axmol new -p org.axmol.test -d . -l cpp axmol_test

It results in these errors (note the "C:\WINDOWS\system32\" prefix on the paths):

image

halx99 commented 1 year ago

Fixed

rh101 commented 1 year ago

All working, thank you!