mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-26 16:15:51 -04:00
Various fixes for MacOS build
This commit is contained in:
parent
96b838ec3e
commit
e76511aaa9
4 changed files with 21 additions and 4 deletions
|
@ -77,6 +77,7 @@ build_exe_options = {
|
|||
"shiboken6",
|
||||
"PySide6.QtCore",
|
||||
"PySide6.QtGui",
|
||||
"PySide6.QtSvg",
|
||||
"PySide6.QtWidgets",
|
||||
],
|
||||
"excludes": [
|
||||
|
@ -139,6 +140,7 @@ if platform.system() == "Darwin" and platform.processor() == "arm":
|
|||
"shiboken6",
|
||||
"PySide6.QtCore",
|
||||
"PySide6.QtGui",
|
||||
"PySide6.QtSvg",
|
||||
"PySide6.QtWidgets",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue