We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07c461 commit b19af8eCopy full SHA for b19af8e
pyproject.toml
@@ -5,6 +5,7 @@ requires = ["briefcase"]
5
project_name = "Hera"
6
bundle = "com.phildini"
7
version = "0.1.2"
8
+icon = "icons/Hera"
9
10
[tool.briefcase.app.hera]
11
formal_name = "Hera"
@@ -14,3 +15,7 @@ requires = ['jupyter', 'pip']
14
15
16
[tool.briefcase.app.hera.macOS]
17
requires = ['toga-cocoa==0.3.0.dev19']
18
+
19
+[tool.briefcase.app.hera.document_type.ipynb]
20
+icon = "icons/JupyterDoc"
21
+description = "Jupyter Notbook"
0 commit comments