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

Quote command arguments if they have a space #1892

Merged
merged 2 commits into from
Sep 25, 2022

Conversation

leaanthony
Copy link
Member

@leaanthony leaanthony commented Sep 23, 2022

Generates better output when using -v 2.

Before:
Build command: go build -tags desktop,production -ldflags -w -s -H windowsgui -o default_no.exe

After:
Build command: go build -tags desktop,production -ldflags "-w -s -H windowsgui" -o default_no.exe

Fixes: #1885

Copy link
Collaborator

@stffabi stffabi left a comment

Choose a reason for hiding this comment

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

LGTM, 👍

@leaanthony leaanthony merged commit 1571b10 into master Sep 25, 2022
@leaanthony leaanthony deleted the bugfix/1885_fix_verbose_output branch September 25, 2022 12:20
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.

run wails dev bug
2 participants