Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pg mr
gajim
Commits
b22b50c9
Commit
b22b50c9
authored
Feb 21, 2021
by
Philipp Hörist
Browse files
Windows: Fix launcher
parent
9678acc3
Changes
1
Show whitespace changes
Inline
Side-by-side
win/misc/create-launcher.py
View file @
b22b50c9
...
...
@@ -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];"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment