From c673de50991e5183451e8261584107803f5e7740 Mon Sep 17 00:00:00 2001 From: RainerHeintzmann Date: Mon, 2 Dec 2024 18:44:01 +0100 Subject: [PATCH] fixed packaged jar name --- src/viewer_core.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viewer_core.jl b/src/viewer_core.jl index 96e201f..8a7c530 100644 --- a/src/viewer_core.jl +++ b/src/viewer_core.jl @@ -37,7 +37,7 @@ this applies to keys sent to the viewer, which can be send to a choice of window # This is the proper way to do this via artifacts: rootpath = artifact"View5D-jar" # @show rootpath = "C:\\Users\\pi96doc\\Documents\\Programming\\Java\\View5D" -const View5D_jar = joinpath(rootpath, "View5D_-2.5.5-SNAPSHOT2.jar") +const View5D_jar = joinpath(rootpath, "View5D_-2.5.5-SNAPSHOT.jar") # my personal development version # const View5D_jar = joinpath(rootpath, "View5D_v2.jar")