We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4553437 commit a9041dbCopy full SHA for a9041db
src/cfclient/__init__.py
@@ -32,7 +32,8 @@
32
if not hasattr(sys, 'frozen'):
33
module_path = os.path.dirname(__file__)
34
else:
35
- module_path = os.path.join(os.path.dirname(sys.executable), 'lib', 'cfclient')
+ module_path = os.path.join(os.path.dirname(sys.executable),
36
+ 'lib', 'cfclient')
37
config_path = AppDirs("cfclient", "Bitcraze").user_config_dir
38
39
# Locate the sdl2 lib on Windows (should be in cfclient/thirst_party/)
0 commit comments