Skip to content

Commit

Permalink
fix: unicode decode error
Browse files Browse the repository at this point in the history
  • Loading branch information
clstaudt committed Apr 11, 2023
1 parent e46102e commit 42237ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/pack_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ def get_icon_path():
("--icon", get_icon_path()),
("--product-name", app_name),
("--product-version", tuttle.__version__),
("--copyright", "© 2021-2023 Tuttle developers. Licsened under the GNU GPL v3.0."),
(
"--copyright",
"(c) 2021-2023 Tuttle developers. Licsened under the GNU GPL v3.0.",
),
]


Expand Down

0 comments on commit 42237ca

Please sign in to comment.