Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Invalid Symbolic Link on Windows #47

Merged
merged 2 commits into from
Nov 29, 2023

Conversation

AdrasteonDev
Copy link
Contributor

After a bit of research, I found the reason behind issue #35. Mono zip files contain a "Godot_vX.X.X-stable_mono_win64" folder. This is not the case for non-mono zip files (they only contain executables).

You can view the Windows zip files here if you want to check their content before merging the PR.

@definitelyokay
Copy link
Member

Wow, thanks so much! I really appreciate you digging into this and making a fix.

GodotEnv/src/features/godot/models/Windows.cs Outdated Show resolved Hide resolved
GodotEnv/src/features/godot/models/Windows.cs Outdated Show resolved Hide resolved
Co-authored-by: Joanna May <joannamadisonmay@gmail.com>
@definitelyokay definitelyokay merged commit 493d7d7 into chickensoft-games:main Nov 29, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GodotEnv generating Invalid Symbolic Link on Windows for non dotnet installations
2 participants