Skip to content

Expand-Archive has no flag "-DestinationPath", changed to "-OutputPath"#198

Open
map588 wants to merge 2 commits intoDeusData:mainfrom
map588:fix/windows-install-script
Open

Expand-Archive has no flag "-DestinationPath", changed to "-OutputPath"#198
map588 wants to merge 2 commits intoDeusData:mainfrom
map588:fix/windows-install-script

Conversation

@map588
Copy link
Copy Markdown
Contributor

@map588 map588 commented Apr 2, 2026

The windows install script fails because the Expand-Archive command uses a flag which does not exist.

This commit changes "DestinationPath" to the correct argument "-OutputPath".

Copilot AI review requested due to automatic review settings April 2, 2026 17:46
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes the Windows installer’s archive extraction step by updating the parameter used when calling Expand-Archive.

Changes:

  • Update Expand-Archive invocation to use -OutputPath instead of -DestinationPath.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@map588
Copy link
Copy Markdown
Contributor Author

map588 commented Apr 2, 2026

Copilot suggested checking whether the flag was supported on the users version of powershell @DeusData

It was not compatible with mine until I modified that flag but apparently it was supported in PS 5.1.

@DeusData DeusData added bug Something isn't working editor/integration Editor compatibility and CLI integration labels Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working editor/integration Editor compatibility and CLI integration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants