Skip to content

Commit 42237ca

Browse files
committed
fix: unicode decode error
1 parent e46102e commit 42237ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/pack_app.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ def get_icon_path():
3232
("--icon", get_icon_path()),
3333
("--product-name", app_name),
3434
("--product-version", tuttle.__version__),
35-
("--copyright", "© 2021-2023 Tuttle developers. Licsened under the GNU GPL v3.0."),
35+
(
36+
"--copyright",
37+
"(c) 2021-2023 Tuttle developers. Licsened under the GNU GPL v3.0.",
38+
),
3639
]
3740

3841

0 commit comments

Comments
 (0)