Skip to content
Discussion options

You must be logged in to vote

There's no walk through beyond the documentation you've already linked.

However there's not that much more to say, either. You need a pyproject.toml that defines the properties of your app; and you run briefcase package to generate the package of the app.

You can get an initial pyproject.toml by running briefcase create and then pruning out parts that aren't used; or, you can start with the minimal project definition, replacing sources references with external_package_path definitions:

[tool.briefcase]
project_name = "My Project"
bundle = "com.example"
version = "0.0.1"
license.file = "LICENSE"

[tool.briefcase.app.myapp]
formal_name = "My App"
description = "My first application"

[tool.…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@eddyizm
Comment options

Answer selected by eddyizm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants