File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,6 @@ find /usr/local/bin -type f -name python -exec '{}' --version \;
5353find /usr/local/bin -type f -name python3 -exec ' {}' --version \;
5454md5 /usr/bin/python*
5555
56- exit 0
57-
5856# ##################
5957# INSTALL DEPENDS #
6058# ##################
@@ -259,6 +257,14 @@ popd
259257# buildozer should now be able to build our .app file
260258buildozer osx debug
261259
260+ echo " INFO: list of python binaries in the new .app dir"
261+ find . -type f -name python
262+ find . -type f -name python -exec ' {}' --version \;
263+ find . -type f -name python -exec md5 ' {}' \;
264+ find . -type f -name python3
265+ find . -type f -name python3 -exec ' {}' --version \;
266+ find . -type f -name python3 -exec md5 ' {}' \;
267+
262268# ###########
263269# THIN APP #
264270# ###########
You can’t perform that action at this time.
0 commit comments