Skip to content

Commit 0cfe4fc

Browse files
committed
- fixes macOS Intel builds
- pure ASCII titles in Orbiter files
1 parent d4efccf commit 0cfe4fc

9 files changed

Lines changed: 34 additions & 484 deletions

File tree

src/artisan-linux.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ hiddenimports_list=[
2828
] + collect_submodules('dbus_fast')
2929

3030
EXCLUDES = [
31+
'pkg_resources',
3132
'PyQt5',
3233
'PyQt6.Multimedia',
3334
'PyQt6.Network',

src/artisan-mac.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ a = Analysis(['artisan.py'],
135135
hookspath=[],
136136
runtime_hooks=['./pyinstaller_hooks/rthooks/pyi_rth_mplconfig.py'], # overwrites default MPL runtime hook which keeps loading font cache from (new) temp directory
137137
additional_hooks_dir=[],
138-
excludes= ['tkinter', 'mypy'],
138+
excludes= ['tkinter', 'mypy', 'pkg_resources'],
139139
win_no_prefer_redirects=False,
140140
win_private_assemblies=False,
141141
cipher=block_cipher,

0 commit comments

Comments
 (0)