mirror of
https://github.com/jdegenstein/jmwright-CQ-Editor.git
synced 2025-12-25 17:04:27 +01:00
from jmwright 72b67da
This commit is contained in:
6
pyinstaller/pyi_rth_fontconfig.py
Normal file
6
pyinstaller/pyi_rth_fontconfig.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
if sys.platform.startswith('linux'):
|
||||
os.environ['FONTCONFIG_FILE'] = '/etc/fonts/fonts.conf'
|
||||
os.environ['FONTCONFIG_PATH'] = '/etc/fonts/'
|
||||
Reference in New Issue
Block a user