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

Commit

Permalink
Add replace_paths to w32 cxFreeze options so we drop build system paths
Browse files Browse the repository at this point in the history
  • Loading branch information
awhiemstra committed Aug 28, 2017
1 parent aed2d0c commit b32c10b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packaging/setup_win32.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ build_options = {
(PyQt5.__path__[0] + "/Qt/qml/QtQuick", "qml/QtQuick"),
(PyQt5.__path__[0] + "/Qt/qml/QtQuick.2", "qml/QtQuick.2"),
],
"excludes": [ ]
"excludes": [ ],
"replace_paths": [("*", "")],
}

executables = [
Expand Down

0 comments on commit b32c10b

Please sign in to comment.