Skip to content

Commit

Permalink
Windows build: remove PySide2-related code
Browse files Browse the repository at this point in the history
  • Loading branch information
deeplow committed Jan 13, 2023
1 parent c554744 commit 8021f80
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions install/windows/build-wxs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 8021f80

Please sign in to comment.