Skip to content

Commit

Permalink
Merge pull request #563 from jmarrec/linux
Browse files Browse the repository at this point in the history
Linux support for openstudio_meta: targz name
  • Loading branch information
brianlball authored May 16, 2020
2 parents ed0d60d + dfd880a commit 341b93d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/openstudio_meta
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,8 @@ class InstallGems
platform = 'win32'
if /darwin/.match(RUBY_PLATFORM)
platform = 'darwin'
elsif /linux/.match(RUBY_PLATFORM)
platform = 'linux'
end

::Dir.chdir(options[:export_dir])
Expand Down

0 comments on commit 341b93d

Please sign in to comment.