Skip to content

Commit d011e38

Browse files
committed
Copy swpython.bat into the Windows package
1 parent e26d935 commit d011e38

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Support/package_windows.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ if [ -d "$BUILD/install/lib/python" ]; then
5353
# (python312.dll, python3.dll, libffi-8.dll, libssl, libcrypto, etc.)
5454
cp $BUILD/install/bin/*.dll bin/ 2>/dev/null || true
5555

56+
# Also copy the swpython.bat wrapper (install/bin/ doesn't get bulk-copied
57+
# because the rest of bin/ is staged from $BUILD/bin/Release on line 45)
58+
cp $BUILD/install/bin/swpython.bat bin/ 2>/dev/null || true
59+
5660
# Still need non-Python dependency DLLs from conda
5761
for dll in zlib.dll tbb12.dll zstd.dll libpng16.dll half.dll boost_filesystem.dll spdlog.dll pcre2-16.dll ; do
5862
if [ -f "${CONDA_LOC}/Library/bin/${dll}" ]; then

0 commit comments

Comments
 (0)