Skip to content

Commit b7090a9

Browse files
authored
Merge branch 'main' into dev-packaging
2 parents 2e81c88 + 4c21968 commit b7090a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/pack_app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
("--icon", icon_path),
2525
("--product-name", app_name),
2626
("--product-version", tuttle.__version__),
27+
("--copyright", "© 2021-2023 Tuttle developers. Licsened under the GNU GPL v3.0."),
2728
]
2829

2930
if sys.platform.startswith("win"):

0 commit comments

Comments
 (0)