Re: Super simple script for running love projects on mac
Posted: Mon Jun 17, 2013 12:32 pm
Hang on. Here's the error I just noticed. It doesn't seem to like paths with spaces in them. How do I escape the space? The error I get is:
The path to the love binary is as such:
I tried escaping the spaces and not escaping them and it still gives me the error. I guess it'd just be easier to rename the two folders to not have spaces in them.
Edit: Yeah. That worked.
Code: Select all
-bash: /Users/jasoco/Documents/Coding: No such file or directory
Code: Select all
~/Documents/Coding Projects/LÖVE/Löve Apps/love.app/Contents/MacOS/love
Edit: Yeah. That worked.