Philipp Hörist pushed to branch master at gajim / gajim
Commits:
b22b50c9 by lovetox at 2021-02-21T15:10:11+01:00
Windows: Fix launcher
- - - - -
1 changed file:
- win/misc/create-launcher.py
Changes:
=====================================
win/misc/create-launcher.py
=====================================
@@ -89,7 +89,7 @@ def get_launcher_code(debug):
PySys_SetArgvEx(__argc, szArglist, 0);
result = PyRun_SimpleString(
"import sys; import os;"
- "os.environ['GAJIM_DEBUG'] = %s;"
+ "os.environ['GAJIM_DEBUG'] = '%s';"
"sys.frozen=True;"
"from pathlib import Path;"
"root_path = Path(sys.executable).parents[1];"
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/b22b50c9459105f21b675b028f615a9025f70bd9
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/b22b50c9459105f21b675b028f615a9025f70bd9
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits