Skip to content

Commit

Permalink
remove other python folder and use symlink test
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Oct 27, 2024
1 parent 1cc47f5 commit 651e4d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/signPython.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ rm -rf ComfyUI/custom_nodes/ComfyUI-Manager/.git
mkdir python2/
tar -xzf python.tgz -C python2/
rm python.tgz
find . -type l ! -exec test -e {} \; -delete
wait
echo Sign Libs and Bins
cd python2/python/
filelist=("lib/libpython3.12.dylib" "lib/python3.12/lib-dynload/_crypt.cpython-312-darwin.so" "bin/uv" "bin/uvx" "bin/python3.12")
Expand All @@ -27,4 +29,5 @@ mv python2/python python
tar -czf python.tgz python/
rm -rf python2
rm -rf python3
rm -rf python
ls

0 comments on commit 651e4d0

Please sign in to comment.