Move unpack_strategy/zip check to extend/os

This commit is contained in:
apainintheneck 2022-11-20 13:00:53 -08:00
parent 260fc858df
commit 65bce0ed3c
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
# typed: strict
# frozen_string_literal: true
require "extend/os/mac/unpack_strategy/zip" if OS.mac?

View File

@ -49,4 +49,4 @@ module UnpackStrategy
end
end
require "extend/os/mac/unpack_strategy/zip" if OS.mac?
require "extend/os/unpack_strategy/zip"