Make the path in run script relative

This commit is contained in:
Vojtěch Struhár 2024-11-06 18:29:25 +01:00
parent a6eeff77ad
commit c9f9b48edb

2
run.sh
View File

@ -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 .