mirror of
https://github.com/jdegenstein/jmwright-CQ-Editor.git
synced 2026-01-10 00:24:00 +01:00
from jmwright 72b67da
This commit is contained in:
1
pyinstaller/CQ-editor.cmd
Normal file
1
pyinstaller/CQ-editor.cmd
Normal file
@@ -0,0 +1 @@
|
||||
call .\CQ-editor\CQ-editor.exe
|
||||
4
pyinstaller/CQ-editor.sh
Normal file
4
pyinstaller/CQ-editor.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
export QT_MAC_WANTS_LAYER=1
|
||||
chmod u+x ./CQ-editor/CQ-editor
|
||||
./CQ-editor/CQ-editor
|
||||
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/'
|
||||
7
pyinstaller/pyi_rth_occ.py
Normal file
7
pyinstaller/pyi_rth_occ.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from os import environ as env
|
||||
|
||||
env['CASROOT'] = 'opencascade'
|
||||
|
||||
env['CSF_ShadersDirectory'] = 'opencascade/src/Shaders'
|
||||
env['CSF_UnitsLexicon'] = 'opencascade/src/UnitsAPI/Lexi_Expr.dat'
|
||||
env['CSF_UnitsDefinition'] = 'opencascade/src/UnitsAPI/Units.dat'
|
||||
Reference in New Issue
Block a user