Skip to content

Fix: remove duplicated cmd.exe /C call in generated PowerShell script#4915

Merged
Gabriel Dufresne (GabrielDuf) merged 1 commit into
mainfrom
fix/duplicated-cmd-exe-call-4903
Jun 11, 2026
Merged

Fix: remove duplicated cmd.exe /C call in generated PowerShell script#4915
Gabriel Dufresne (GabrielDuf) merged 1 commit into
mainfrom
fix/duplicated-cmd-exe-call-4903

Conversation

@GabrielDuf

Copy link
Copy Markdown
Contributor

This pull request makes a small change to how command strings are generated for package bundles. The change removes the explicit use of cmd.exe /C from the generated command strings, simplifying them.

  • The command generation logic in both PackageBundlesPage.cs and PackageBundlesPage.cs (Avalonia version) now creates command strings without prefixing them with cmd.exe /C, which may affect how commands are executed in different contexts.

@GabrielDuf Gabriel Dufresne (GabrielDuf) merged commit 83c06e3 into main Jun 11, 2026
3 checks passed
@GabrielDuf Gabriel Dufresne (GabrielDuf) deleted the fix/duplicated-cmd-exe-call-4903 branch June 11, 2026 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

[IMPROVEMENT] duplicated calls to cmd.exe in generated powershell-script

2 participants