We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46102e commit 42237caCopy full SHA for 42237ca
scripts/pack_app.py
@@ -32,7 +32,10 @@ def get_icon_path():
32
("--icon", get_icon_path()),
33
("--product-name", app_name),
34
("--product-version", tuttle.__version__),
35
- ("--copyright", "© 2021-2023 Tuttle developers. Licsened under the GNU GPL v3.0."),
+ (
36
+ "--copyright",
37
+ "(c) 2021-2023 Tuttle developers. Licsened under the GNU GPL v3.0.",
38
+ ),
39
]
40
41
0 commit comments