fyne-io / fyne-cross

Cross compiler tool for Fyne apps
BSD 3-Clause "New" or "Revised" License
237 stars 48 forks source link

Remove unecessary quote #198

Closed Bluebugs closed 1 year ago

Bluebugs commented 1 year ago

Description:

For historical reason go tags can't have space and the quote escaping was actually done by the shell before. Now, as we call fyne directly, we should not quote tags as once passed to go, it breaks things.

Fixes #195

Checklist:

andydotxyz commented 1 year ago

Please don't delete the "includes tests" checkbox - it is important that we see 2/3 tasks for the non-optional group so reviewers can decide if tests were not needed.