when running the 0.4.0 offline jar on windows 10 I get a mixed extraction folder that contains the macos jars instead of the windows jars. This in turn leads to a method not found exception from the startup call that does not exist in the older mac version https://github.com/CodeBrig/Journey/blob/master/src/main/java/com/codebrig/journey/JourneyLoader.java#L197-L200.
I suspect that the extraction routine in https://github.com/CodeBrig/Journey/blob/master/src/main/java/com/codebrig/journey/JourneyLoader.java#L138 filtering logic is at fault
when running the 0.4.0 offline jar on windows 10 I get a mixed extraction folder that contains the macos jars instead of the windows jars. This in turn leads to a method not found exception from the startup call that does not exist in the older mac version https://github.com/CodeBrig/Journey/blob/master/src/main/java/com/codebrig/journey/JourneyLoader.java#L197-L200.
I suspect that the extraction routine in https://github.com/CodeBrig/Journey/blob/master/src/main/java/com/codebrig/journey/JourneyLoader.java#L138 filtering logic is at fault