You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe a little quality of life enhancement to consider.
I was going through initial setup on a new Mac and ran a test makelove build and because I'd forgotten to install the certifi package from pip, the download failed. However, makelove had made the folder in /Users/{user}/Library/Caches/makelove/love-binaries/{version}/macos. When I fixed the issue and reran, it assumed the file was in there even though the directory was empty. It may be worth checking for the actual binary rather than the simple existence of the folder. I can probably submit a PR for this if it would help.
The text was updated successfully, but these errors were encountered:
Maybe a little quality of life enhancement to consider.
I was going through initial setup on a new Mac and ran a test
makelove build
and because I'd forgotten to install thecertifi
package from pip, the download failed. However,makelove
had made the folder in/Users/{user}/Library/Caches/makelove/love-binaries/{version}/macos
. When I fixed the issue and reran, it assumed the file was in there even though the directory was empty. It may be worth checking for the actual binary rather than the simple existence of the folder. I can probably submit a PR for this if it would help.The text was updated successfully, but these errors were encountered: