From c9f9b48edbcd3ecf1de60d279c73fce99e6ec271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojte=CC=8Cch=20Struha=CC=81r?= Date: Wed, 6 Nov 2024 18:29:25 +0100 Subject: [PATCH] Make the path in run script relative --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 9ec3c33..75ed654 100755 --- a/run.sh +++ b/run.sh @@ -3,4 +3,4 @@ # `love` here is the Love2D executable (installed with homebrew, so it's in path) # https://www.love2d.org/wiki/Getting_Started -open -n -a love "/Users/vojtechstruhar/Development/LuaProjects/love-gdungeon" +open -n -a love .