Skip to content

Commit

Permalink
Each file needs to be in its own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
KenCorma committed Oct 28, 2024
1 parent b511f46 commit 98dcb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/signPython.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rm -rf python2
rm -rf python3
cd python
filelist=("lib/libpython3.12.dylib" "lib/python3.12/lib-dynload/_crypt.cpython-312-darwin.so" "bin/uv" "bin/uvx" "bin/python3.12")
for file in ${filelist[@]}; do mkdir -p `dirname ../output/$file` && mv "$file" ../output/; done
for file in ${filelist[@]}; do mkdir -p `dirname ../output/$file` && mv "$file" ../output/"$file"; done
cd ..
echo Rezip
tar -czf python.tgz python/
Expand Down

0 comments on commit 98dcb14

Please sign in to comment.