Make the path in run script relative
This commit is contained in:
parent
a6eeff77ad
commit
c9f9b48edb
2
run.sh
2
run.sh
@ -3,4 +3,4 @@
|
|||||||
# `love` here is the Love2D executable (installed with homebrew, so it's in path)
|
# `love` here is the Love2D executable (installed with homebrew, so it's in path)
|
||||||
# https://www.love2d.org/wiki/Getting_Started
|
# https://www.love2d.org/wiki/Getting_Started
|
||||||
|
|
||||||
open -n -a love "/Users/vojtechstruhar/Development/LuaProjects/love-gdungeon"
|
open -n -a love .
|
||||||
|
Loading…
Reference in New Issue
Block a user