DragonMinded / libdragon

Open source library for N64 development.
https://libdragon.dev
The Unlicense
746 stars 108 forks source link

libdragon init cant specify directory on windows #593

Closed Boxingbruin closed 2 months ago

Boxingbruin commented 3 months ago

Unexpected behavior: Directory defaults to /Users/{user} no matter what directory specified in the cmd prompt.

I had to modify project-info.js to my specific directory to get it to initialize somewhere else:

async function findLibdragonRoot(
  start = 'C:\\Users\\{user}\\Documents\\N64\\libdragon',

Expected behavior: cmd prompt opened to a specific folder such as C:/Users/{user}/Documents/N64/libdragon should initialize the project in that location.

anacierdem commented 3 months ago

Can you please move this issue to https://github.com/anacierdem/libdragon-docker?

There is no way of specifying a different directory but there is an issue for that: https://github.com/anacierdem/libdragon-docker/issues/52

Does that align with your expectations?

rasky commented 2 months ago

Closing for now as it should be moved anyway