From aff61c19842b82ed3873e95b63ba68adb3d40256 Mon Sep 17 00:00:00 2001 From: SimonDanisch Date: Tue, 19 Dec 2023 15:37:40 +0100 Subject: [PATCH] fix path --- relocatability.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relocatability.jl b/relocatability.jl index 0a486e196a8..3e42695b7c6 100644 --- a/relocatability.jl +++ b/relocatability.jl @@ -15,7 +15,7 @@ end # module MakieApp using Pkg -makie_dir = joinpath(pwd(), "dev", "Makie") +makie_dir = pwd() tmpdir = mktempdir() # create a temporary project cd(tmpdir)