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

flet build macos does not yield output if --product option is provided with a value different from project name #2525

Closed
kspviswa opened this issue Feb 2, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@kspviswa
Copy link

kspviswa commented Feb 2, 2024

Issue : If I use flet build macos within the dir, everything works perfectly. However I proceed to customize the package using options for eg:

flet build --project "projecA" --description "my awesome fletapp" --product "projectA" --company "Made by me with ❤️" --copyright "me @ 2024" --build-version "0.0.1" macos

the result either an empty dir under build/macos or simply the app folder doesn't exit.

OS : MacOS Sonama 14.3
Machine : Apple Macbook M2 Pro

@FeodorFitsner FeodorFitsner self-assigned this Feb 4, 2024
@FeodorFitsner FeodorFitsner added the bug Something isn't working label Feb 4, 2024
@FeodorFitsner FeodorFitsner changed the title flet build macos doesn't work properly if used with other command line options flet build macos does not yield output if --product option is provided with a value different from project name Feb 4, 2024
@FeodorFitsner
Copy link
Contributor

It's actually an interesting bug, which surfaced because you've misspelled --project name (projecA) ;)

FeodorFitsner added a commit that referenced this issue Feb 4, 2024
…provided with a value different from project name

Fix #2525
@FeodorFitsner FeodorFitsner moved this to 🏗 In progress in Flet Development Feb 4, 2024
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Flet Development Feb 4, 2024
@kspviswa
Copy link
Author

It was meant to be an example name for this issue :) . I gave actual name in my execution. Also one thing to add is, I was able to get around by using build-version, copyright, project, company . Rest options like description etc are not found to be working, atleast for me while building mac app

zrr1999 pushed a commit to zrr1999/flet that referenced this issue Jul 17, 2024
* `flet create` command to show verbose output

* Exclamation!

* Fixed: flet build macos does not yield output if --product option is provided with a value different from project name

Fix flet-dev#2525
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants