We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a688a commit be6dc87Copy full SHA for be6dc87
1 file changed
lib/picrate/native_folder.rb
@@ -8,7 +8,7 @@ class NativeFolder
8
ARM64 = '-aarch64'.freeze
9
10
def initialize
11
- @os = java.lang.System.get_property('os.name')
+ @os = java.lang.System.get_property('os.name').downcase
12
@bit = java.lang.System.get_property('os.arch')
13
end
14
0 commit comments