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 make user-install breaking exec param #4075

Merged
merged 1 commit into from
Jul 20, 2023

Conversation

Jacalz
Copy link
Member

@Jacalz Jacalz commented Jul 19, 2023

Description:

The sed command in the Makefile was a bit too inexact and removed everything to the right of the Exec= key. This broke parameters added using ExecParams in FyneApp.toml. Make the command match the specific part to replace more exact to fix the parameters being stripped away.

Checklist:

  • Tests included.
  • Lint and formatter run with no errors.
  • Tests all pass.

The sed command was a bit too inexact and removed everything to the right of the Exec= parameter.
This broke exec parameters that applications added. Make the command more exact in matching to make sure that it doesn't.
@coveralls
Copy link

Coverage Status

coverage: 66.199% (-0.003%) from 66.202% when pulling e712430 on Jacalz:sed-with-exec-param into 940dcdc on fyne-io:develop.

Copy link
Member

@andydotxyz andydotxyz left a comment

Choose a reason for hiding this comment

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

Good catch

@Jacalz Jacalz merged commit 19e0c73 into fyne-io:develop Jul 20, 2023
11 checks passed
@Jacalz Jacalz deleted the sed-with-exec-param branch July 20, 2023 06:12
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.

3 participants