Skip to content

Commit b19af8e

Browse files
committed
Use icons
1 parent d07c461 commit b19af8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ requires = ["briefcase"]
55
project_name = "Hera"
66
bundle = "com.phildini"
77
version = "0.1.2"
8+
icon = "icons/Hera"
89

910
[tool.briefcase.app.hera]
1011
formal_name = "Hera"
@@ -14,3 +15,7 @@ requires = ['jupyter', 'pip']
1415

1516
[tool.briefcase.app.hera.macOS]
1617
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

Comments
 (0)