From 8df76a0a45c2f2357a69add8d1607de4b50d5e46 Mon Sep 17 00:00:00 2001 From: lovetox Date: Sun, 21 Feb 2021 15:10:11 +0100 Subject: Windows: Fix launcher --- win/misc/create-launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];" -- cgit v1.2.3