Skip to content

Commit be6dc87

Browse files
committed
Fixen broken libraru loader
1 parent 99a688a commit be6dc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/picrate/native_folder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class NativeFolder
88
ARM64 = '-aarch64'.freeze
99

1010
def initialize
11-
@os = java.lang.System.get_property('os.name')
11+
@os = java.lang.System.get_property('os.name').downcase
1212
@bit = java.lang.System.get_property('os.arch')
1313
end
1414

0 commit comments

Comments
 (0)