Closed RoboSkyrat closed 2 months ago
@RoboSkyrat it seems you might be on Windows — can you try installing it from an elevated terminal and see if it still fails? Some files or file types might have permissions errors.
I just tried it again, I receive the same error within an administrator terminal. Digging into the source and running robocopy myself it runs just fine and returns the correct exit code ( 1 or 0 depending on I've run it previously)
I have figured it out, after taking a step back and looking over my addons.jsonc file I realized that I had set subfolder incorrectly. My bad.
@RoboSkyrat okay, glad you figured it out and glad it's nothing wrong! 🤠
When running
godotenv addons install
in a brand new chickengame project with the following addons.jsonc I receive a failed to copy exception.Repo steps
run
dotnet new chickengame --name "ReproTest"
& cd into itrun
godotenv addons init
Modify addons.jsonc to be
run
godotenv addons install
Result
Manually copying the addons/steam-multiplayer-peer directory into addons from .addons works just fine, godotenv is just unable to do it by itself. All other addons work fine including gdsteam (another gdextension)