Skip to content
New issue

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

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

Already on GitHub? # to your account

CustomStartLayout.xml created before the directory is created #542

Closed
Ana06 opened this issue Nov 23, 2023 · 0 comments · Fixed by #543
Closed

CustomStartLayout.xml created before the directory is created #542

Ana06 opened this issue Nov 23, 2023 · 0 comments · Fixed by #543
Assignees
Labels
🐛 bug Something isn't working

Comments

@Ana06
Copy link
Member

Ana06 commented Nov 23, 2023

What's the problem?

We use in the installer the path to download CustomStartLayout.xml before the directory VM_COMMON_DIR is created (in the common.vm package):
$layoutPath = Join-Path ${Env:VM_COMMON_DIR} "CustomStartLayout.xml"

We need to do it after.

Environment

Environment independent.

Additional Information

Related: #541

@Ana06 Ana06 added the 🐛 bug Something isn't working label Nov 23, 2023
@Ana06 Ana06 self-assigned this Nov 23, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant