Log VLC path for debugging

This commit is contained in:
Raoul Snyman 2019-04-11 20:24:47 -07:00
parent f1f313ed5f
commit cec6f13506
1 changed files with 1 additions and 0 deletions

View File

@ -348,6 +348,7 @@ def main(args=None):
# Set the libvlc environment variable if we're frozen
if getattr(sys, 'frozen', False):
os.environ['PYTHON_VLC_LIB_PATH'] = str(AppLocation.get_directory(AppLocation.AppDir))
log.debug(os.environ['PYTHON_VLC_LIB_PATH'])
# Initialise the resources
qInitResources()
# Now create and actually run the application.