Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit b32c10b

Browse files
committed
Add replace_paths to w32 cxFreeze options so we drop build system paths
1 parent aed2d0c commit b32c10b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packaging/setup_win32.py.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ build_options = {
100100
(PyQt5.__path__[0] + "/Qt/qml/QtQuick", "qml/QtQuick"),
101101
(PyQt5.__path__[0] + "/Qt/qml/QtQuick.2", "qml/QtQuick.2"),
102102
],
103-
"excludes": [ ]
103+
"excludes": [ ],
104+
"replace_paths": [("*", "")],
104105
}
105106

106107
executables = [

0 commit comments

Comments
 (0)