Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'win/misc/create-launcher.py')
-rw-r--r--win/misc/create-launcher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/misc/create-launcher.py b/win/misc/create-launcher.py
index 42c3c1409..d23b54a96 100644
--- a/win/misc/create-launcher.py
+++ b/win/misc/create-launcher.py
@@ -89,7 +89,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
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];"