mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
install: Remove PySide2-related code for Windows
This commit is contained in:
parent
81e9ccf30a
commit
bbbf8224f1
1 changed files with 0 additions and 4 deletions
|
@ -22,10 +22,6 @@ def build_data(dirname, dir_prefix, id_, name):
|
|||
else:
|
||||
id_prefix = id_
|
||||
|
||||
# Skip lib/Pyside2/Examples folder
|
||||
if "\\build\\exe.win-amd64-3.10\\lib\\PySide2\\examples" in dirname:
|
||||
continue
|
||||
|
||||
id_value = f"{id_prefix}{basename.capitalize().replace('-', '_')}"
|
||||
data["dirs"].append(
|
||||
build_data(
|
||||
|
|
Loading…
Reference in a new issue